Add HEAD formula to ctags

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
JessThrysoee 2011-02-15 23:18:28 +01:00 committed by Adam Vandenberg
parent 3d4f19a003
commit ada1336e2c
1 changed files with 4 additions and 0 deletions

View File

@ -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}",