2012-04-23 22:20:57 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Rhash < Formula
|
|
|
|
homepage 'http://rhash.anz.ru/'
|
|
|
|
url 'http://downloads.sourceforge.net/project/rhash/rhash/1.2.9/rhash-1.2.9-src.tar.gz'
|
|
|
|
sha1 '83c0e74a39a7824f430ef24c107e3474831d0acf'
|
|
|
|
|
|
|
|
def install
|
2012-10-27 20:44:39 +00:00
|
|
|
system 'make', 'install', "PREFIX=",
|
2012-04-23 22:20:57 +00:00
|
|
|
"DESTDIR=#{prefix}",
|
|
|
|
"CC=#{ENV.cc}"
|
|
|
|
end
|
|
|
|
end
|