cd-discid is a helper program for cddb lookups

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Ralph Angenendt 2010-08-15 19:19:28 +02:00 committed by Adam Vandenberg
parent 8a1858ac1b
commit 9be987edd5
1 changed files with 17 additions and 0 deletions

17
Formula/cd-discid.rb Normal file
View File

@ -0,0 +1,17 @@
require 'formula'
class CdDiscid <Formula
url 'http://linukz.org/download/cd-discid-1.1.tar.gz'
homepage 'http://linukz.org/cd-discid.shtml'
md5 '04cb368e3f1ce17e656ac6691ca0b687'
def patches
{ :p0 =>
"http://trac.macports.org/export/70630/trunk/dports/audio/cd-discid/files/patch-cd-discid.c.diff"
}
end
def install
system "export prefix=#{prefix}; make -e install"
end
end