Update Tokyo Cabinet to 1.4.45

This commit is contained in:
Adam Vandenberg 2010-05-27 10:20:01 -07:00
parent da08310334
commit 94a63f60a1

View file

@ -1,13 +1,13 @@
require 'formula'
class TokyoCabinet <Formula
url 'http://1978th.net/tokyocabinet/tokyocabinet-1.4.42.tar.gz'
homepage 'http://1978th.net/tokyocabinet'
sha1 'e46da0ef614f821b57564639cf15388df1c39fb5'
url 'http://1978th.net/tokyocabinet/tokyocabinet-1.4.45.tar.gz'
homepage 'http://1978th.net/tokyocabinet/'
sha1 '71b119818ef04dd97ba06bac27cdafaf6d7cce41'
def install
system "./configure", "--prefix=#{prefix}", "--enable-fastest",
"--libdir=#{lib}", "--includedir=#{include}"
system "./configure", "--prefix=#{prefix}"
"--enable-fastest"
system "make"
system "make install"
end