2009-10-15 08:07:12 +00:00
|
|
|
require 'formula'
|
2009-08-11 22:42:20 +00:00
|
|
|
|
|
|
|
class Mhash <Formula
|
2009-11-05 11:10:28 +00:00
|
|
|
@url='http://downloads.sourceforge.net/project/mhash/mhash/0.9.9.9/mhash-0.9.9.9.tar.gz'
|
2009-08-11 22:42:20 +00:00
|
|
|
@homepage='http://mhash.sourceforge.net/'
|
2009-11-05 11:10:28 +00:00
|
|
|
@md5='f91c74f9ccab2b574a98be5bc31eb280'
|
2009-08-11 22:42:20 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure --prefix=#{prefix} --disable-debug --disable-dependency-tracking"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|