From 49ffda0fee59db999b74119b09fc7fe0ffd749bd Mon Sep 17 00:00:00 2001 From: Tim Gray Date: Tue, 26 Apr 2011 11:38:34 -0400 Subject: elinks: add head Signed-off-by: Adam Vandenberg --- Library/Formula/elinks.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library') diff --git a/Library/Formula/elinks.rb b/Library/Formula/elinks.rb index f36baee56..efe5cde16 100644 --- a/Library/Formula/elinks.rb +++ b/Library/Formula/elinks.rb @@ -5,11 +5,14 @@ class Elinks < Formula url 'http://elinks.or.cz/download/elinks-0.11.7.tar.bz2' md5 'fcd087a6d2415cd4c6fd1db53dceb646' + head 'http://elinks.cz/elinks.git', :using => :git + fails_with_llvm def install ENV.deparallelize ENV.delete('LD') + system "./autogen.sh" if ARGV.build_head? system "./configure", "--prefix=#{prefix}", "--without-spidermonkey" system "make install" end -- cgit v1.2.3