shntool: style nits
This commit is contained in:
parent
8e56089602
commit
935bb99a49
1 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Shntool < Formula
|
||||
url 'http://etree.org/shnutils/shntool/dist/src/shntool-3.0.10.tar.gz'
|
||||
homepage 'http://etree.org/shnutils/shntool/'
|
||||
url 'http://etree.org/shnutils/shntool/dist/src/shntool-3.0.10.tar.gz'
|
||||
sha1 '7a2bc8801e180cf582f0e39775603582e35d50d2'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue