id3tool: style update
This commit is contained in:
parent
e01dc0d03a
commit
bd8589e2ff
1 changed files with 4 additions and 2 deletions
|
@ -1,12 +1,14 @@
|
|||
require 'formula'
|
||||
|
||||
class Id3tool < Formula
|
||||
url 'http://nekohako.xware.cx/id3tool/id3tool-1.2a.tar.gz'
|
||||
homepage 'http://nekohako.xware.cx/id3tool/'
|
||||
url 'http://nekohako.xware.cx/id3tool/id3tool-1.2a.tar.gz'
|
||||
md5 '061185562c0d0e6327406d9fc2f194b2'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", "--mandir=#{man}"
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
"--mandir=#{man}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue