aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/id3tool.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/id3tool.rb')
-rw-r--r--Library/Formula/id3tool.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/id3tool.rb b/Library/Formula/id3tool.rb
index 28b706ad0..365db6725 100644
--- a/Library/Formula/id3tool.rb
+++ b/Library/Formula/id3tool.rb
@@ -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