aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorTim Gray2011-04-26 11:38:34 -0400
committerAdam Vandenberg2011-06-08 21:35:01 -0700
commit49ffda0fee59db999b74119b09fc7fe0ffd749bd (patch)
treebeb468dc9d1840cea802b758958374a0c316b8bb /Library/Formula
parentc6846167a250af6dc8979d0e0b6162f95a1445e2 (diff)
downloadhomebrew-49ffda0fee59db999b74119b09fc7fe0ffd749bd.tar.bz2
elinks: add head
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/elinks.rb3
1 files changed, 3 insertions, 0 deletions
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