Google-Sparsehash 1.12

This commit is contained in:
Adam Vandenberg 2012-04-21 09:33:03 -07:00
parent 8ca6c33d88
commit 81f9eeff87

View file

@ -1,12 +1,13 @@
require 'formula' require 'formula'
class GoogleSparsehash < Formula class GoogleSparsehash < Formula
url 'http://google-sparsehash.googlecode.com/files/sparsehash-1.11.tar.gz'
homepage 'http://code.google.com/p/google-sparsehash/' homepage 'http://code.google.com/p/google-sparsehash/'
sha1 '9bd33e0336420058ff96873f7651e8e18aaea056' url 'http://google-sparsehash.googlecode.com/files/sparsehash-1.12.tar.gz'
sha1 '6c6da5d03b6b71ba69cf056087a94b5f01048782'
def install def install
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make check" system "make check"
system "make install" system "make install"
end end