2011-02-09 16:18:16 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Libdshconfig < Formula
|
2011-02-09 16:18:16 +00:00
|
|
|
url 'http://www.netfort.gr.jp/~dancer/software/downloads/libdshconfig-0.20.13.tar.gz'
|
|
|
|
homepage 'http://www.netfort.gr.jp/~dancer/software/dsh.html.en'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 'fc19f56ee61ff71ae5699bc97b89cc4931ce64a1'
|
2011-02-09 16:18:16 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
|
|
|
"--prefix=#{prefix}"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|