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/'
|
2010-05-28 14:37:26 +00:00
|
|
|
@md5='ee66b7d5947deb760aeff3f028e27d25'
|
2009-08-11 22:42:20 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure --prefix=#{prefix} --disable-debug --disable-dependency-tracking"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|