2010-05-25 19:33:49 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Cdf < Formula
|
2010-05-25 19:33:49 +00:00
|
|
|
homepage 'http://bmp-plugins.berlios.de/misc/cdf/cdf.html'
|
2013-01-27 02:10:14 +00:00
|
|
|
url 'http://download.berlios.de/bmp-plugins/cdf-0.2.tar.gz'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '5f5d0c1f1003d9ad3c3cbbda1d8159e9fe10768a'
|
2010-05-25 19:33:49 +00:00
|
|
|
|
|
|
|
def install
|
2013-01-27 02:10:14 +00:00
|
|
|
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
|
|
|
"--prefix=#{prefix}"
|
2010-05-25 19:33:49 +00:00
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|