dcfldd: style nits
This commit is contained in:
parent
0548730770
commit
e3a13043e0
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue