diff options
| author | Adam Vandenberg | 2012-02-13 21:35:10 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-13 21:53:07 -0800 |
| commit | 104ce1c7a17d80d5c936fcc7dcfa2e051a10eb5f (patch) | |
| tree | 5e7f62b93f84b21c393078d5ae082cd98ef7acec /Library/Formula | |
| parent | aedcc3f453a11912cdb264668e7fcde5302e4dd5 (diff) | |
| download | homebrew-104ce1c7a17d80d5c936fcc7dcfa2e051a10eb5f.tar.bz2 | |
id3tool: style update
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/id3tool.rb | 6 |
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 |
