From c97fa3016190f1a8332b4e9563d6b012f1ecfe81 Mon Sep 17 00:00:00 2001 From: howthebodyworks Date: Tue, 5 Apr 2011 13:54:06 +1000 Subject: pure 0.47 The --without-elisp flag was added; otherwise it attempts to install elisp extensions to the system elisp. Also, install online docs. Signed-off-by: Adam Vandenberg --- Library/Formula/pure.rb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/pure.rb b/Library/Formula/pure.rb index 774627256..0cb5ae572 100644 --- a/Library/Formula/pure.rb +++ b/Library/Formula/pure.rb @@ -1,9 +1,9 @@ require 'formula' class Pure < Formula - url 'http://pure-lang.googlecode.com/files/pure-0.46.tar.gz' + url 'http://pure-lang.googlecode.com/files/pure-0.47.tar.gz' homepage 'http://code.google.com/p/pure-lang/' - sha1 '0b5304463d4c50474936d7921f884e029a5d1ccc' + sha1 'f47915ffa9fd0c7dee40f364a5751bfd4f945bf1' depends_on 'llvm' depends_on 'gmp' @@ -12,8 +12,10 @@ class Pure < Formula def install system "./configure", "--disable-debug", "--prefix=#{prefix}", - "--enable-release" + "--enable-release", + "--without-elisp" system "make" system "make install" + system "make install-docs" end end -- cgit v1.2.3