Google-Sparsehash 1.12
This commit is contained in:
parent
8ca6c33d88
commit
81f9eeff87
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue