aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJessThrysoee2011-02-15 23:18:28 +0100
committerAdam Vandenberg2011-02-15 15:04:56 -0800
commitd7ff3a293e56861a924c72f13f7703b7cba51620 (patch)
treec1f985b5c7c1fee1bab0a79263d6dd3f880d5c84 /Library
parentec34a33a739fe14ee1ef1b1fa134fa829b65c9f5 (diff)
downloadhomebrew-d7ff3a293e56861a924c72f13f7703b7cba51620.tar.bz2
Add HEAD formula to ctags
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ctags.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/ctags.rb b/Library/Formula/ctags.rb
index 22071bfd5..781cf61d5 100644
--- a/Library/Formula/ctags.rb
+++ b/Library/Formula/ctags.rb
@@ -5,7 +5,11 @@ class Ctags <Formula
homepage 'http://ctags.sourceforge.net/'
md5 'c00f82ecdcc357434731913e5b48630d'
+ head 'https://ctags.svn.sourceforge.net/svnroot/ctags/trunk'
+
def install
+ system "autoheader" if ARGV.build_head?
+ system "autoconf" if ARGV.build_head?
system "./configure", "--prefix=#{prefix}",
"--enable-macro-patterns",
"--mandir=#{man}",