dcfldd: style nits

This commit is contained in:
Adam Vandenberg 2013-01-27 14:07:19 -08:00
parent 0548730770
commit e3a13043e0

View file

@ -1,13 +1,14 @@
require 'formula'
class Dcfldd < Formula
url 'http://downloads.sourceforge.net/project/dcfldd/dcfldd/1.3.4-1/dcfldd-1.3.4-1.tar.gz'
homepage 'http://dcfldd.sourceforge.net/'
url 'http://downloads.sourceforge.net/project/dcfldd/dcfldd/1.3.4-1/dcfldd-1.3.4-1.tar.gz'
sha1 'fb1c55f107a6af5ef8703a44d33476e508815913'
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}", "--mandir=#{man}"
"--prefix=#{prefix}",
"--mandir=#{man}"
system "make install"
end
end