From 6beef1da5db6c01feb1e9568aca7d7cb403addff Mon Sep 17 00:00:00 2001 From: Mark A. Matienzo Date: Thu, 28 Oct 2010 21:47:30 -0400 Subject: Update formula: sleuthkit (add HEAD) Signed-off-by: Adam Vandenberg --- Library/Formula/sleuthkit.rb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Library') diff --git a/Library/Formula/sleuthkit.rb b/Library/Formula/sleuthkit.rb index 5d1c429eb..00349e7f4 100644 --- a/Library/Formula/sleuthkit.rb +++ b/Library/Formula/sleuthkit.rb @@ -1,6 +1,7 @@ require 'formula' class Sleuthkit :svn url 'http://downloads.sourceforge.net/project/sleuthkit/sleuthkit/3.1.3/sleuthkit-3.1.3.tar.gz' homepage 'http://www.sleuthkit.org/' md5 'e1798bede2112ec4c5770151c3e32bfd' @@ -9,6 +10,12 @@ class Sleuthkit :optional def install + if ARGV.build_head + system "glibtoolize" + system "aclocal" + system "automake", "--add-missing", "--copy" + system "autoconf" + end system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make install" -- cgit v1.2.3