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'
|
|
|
|
md5 '81fed54d0bde51b147dd6c20cdb92d51'
|
|
|
|
|
|
|
|
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
|