2010-08-29 14:27:35 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Cdb < Formula
|
2010-08-29 14:27:35 +00:00
|
|
|
url 'http://cr.yp.to/cdb/cdb-0.75.tar.gz'
|
|
|
|
homepage 'http://cr.yp.to/cdb.html'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '555749be5b2617e29e44b5326a2536813d62c248'
|
2010-08-29 14:27:35 +00:00
|
|
|
|
|
|
|
def install
|
2010-09-07 21:34:39 +00:00
|
|
|
inreplace "conf-home", "/usr/local", prefix
|
2010-08-29 14:27:35 +00:00
|
|
|
system "make setup"
|
|
|
|
end
|
|
|
|
end
|