afflib 3.7.3

master
Adam Vandenberg 2013-11-04 20:02:44 -08:00
parent 5ea7f579f7
commit 6fdc9b8960
1 changed files with 7 additions and 3 deletions

View File

@ -1,13 +1,17 @@
require 'formula'
class Afflib < Formula
homepage 'http://afflib.org'
url 'https://github.com/downloads/simsong/AFFLIBv3/afflib-3.7.1.tar.gz'
sha1 'fb35a2383a48b49f68e25ca97d67ee02342826ba'
homepage 'https://github.com/simsong/AFFLIBv3'
url 'https://github.com/simsong/AFFLIBv3/archive/v3.7.3.tar.gz'
sha1 '530c09f0852d6fb673762b3beafa2097ae4694fa'
depends_on :autoconf
depends_on :automake
depends_on :libtool
depends_on 'expat' => :optional
def install
system "sh bootstrap.sh"
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"