id3tool: style update

master
Adam Vandenberg 2012-02-13 21:35:10 -08:00
parent e01dc0d03a
commit bd8589e2ff
1 changed files with 4 additions and 2 deletions

View File

@ -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