aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorIvoNet2011-11-06 21:28:44 +0100
committerAdam Vandenberg2012-02-04 19:21:39 -0800
commita547a049e91f0ed2336e855b3b6c217c5025b113 (patch)
tree837be12e48ef0b9816e1d1d7ceb71b5c4db28bc7 /Library
parentaa6d309c5fb07040e4d822119ee919749354703e (diff)
downloadhomebrew-a547a049e91f0ed2336e855b3b6c217c5025b113.tar.bz2
mp3info 0.8.5a
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mp3info.rb19
1 files changed, 19 insertions, 0 deletions
diff --git a/Library/Formula/mp3info.rb b/Library/Formula/mp3info.rb
new file mode 100644
index 000000000..e77e09e70
--- /dev/null
+++ b/Library/Formula/mp3info.rb
@@ -0,0 +1,19 @@
+require 'formula'
+
+class Mp3info < Formula
+ url 'http://www.ibiblio.org/pub/linux/apps/sound/mp3-utils/mp3info/mp3info-0.8.5a.tgz'
+ homepage 'http://www.ibiblio.org/mp3info/'
+ md5 'cb7b619a10a40aaac2113b87bb2b2ea2'
+
+ def patches
+ { :p0 =>
+ "https://svn.macports.org/repository/macports/!svn/bc/34602/trunk/dports/audio/mp3info/files/patch-mp3tech.c.diff"
+ }
+ end
+
+ def install
+ system "make mp3info doc"
+ bin.install "mp3info"
+ man1.install "mp3info.1"
+ end
+end