cdf: style nits
This commit is contained in:
parent
f0f77af280
commit
be24acdd31
1 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Cdf < Formula
|
||||
url 'http://download.berlios.de/bmp-plugins/cdf-0.2.tar.gz'
|
||||
homepage 'http://bmp-plugins.berlios.de/misc/cdf/cdf.html'
|
||||
url 'http://download.berlios.de/bmp-plugins/cdf-0.2.tar.gz'
|
||||
sha1 '5f5d0c1f1003d9ad3c3cbbda1d8159e9fe10768a'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue