libid3tag formula
ID3 library from libmad
This commit is contained in:
parent
4cee064df2
commit
82a34a62bc
1 changed files with 12 additions and 0 deletions
12
Formula/libid3tag.rb
Normal file
12
Formula/libid3tag.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Libid3tag <Formula
|
||||
homepage 'http://www.underbit.com/products/mad/'
|
||||
url 'http://downloads.sourceforge.net/project/mad/libid3tag/0.15.1b/libid3tag-0.15.1b.tar.gz'
|
||||
md5 'e5808ad997ba32c498803822078748c3'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue