homebrew-core/Formula/id3tool.rb

15 lines
413 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
class Id3tool < Formula
homepage 'http://nekohako.xware.cx/id3tool/'
2012-02-14 05:35:10 +00:00
url 'http://nekohako.xware.cx/id3tool/id3tool-1.2a.tar.gz'
md5 '061185562c0d0e6327406d9fc2f194b2'
def install
2012-02-14 05:35:10 +00:00
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--mandir=#{man}"
system "make install"
end
end