homebrew-core/Formula/mp3cat.rb
Ajai Khattri 851b89f370 mp3cat 0.4
mp3cat allows you to merge/sanitize multiple MP3 files/folders.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01 10:36:22 -07:00

12 lines
304 B
Ruby

require 'formula'
class Mp3cat < Formula
homepage 'http://tomclegg.net/mp3cat'
url 'http://tomclegg.net/software/mp3cat-0.4.tar.gz'
md5 '0aa75af15c57b13aa7858092b79f3a61'
def install
system "make"
bin.install %W( mp3cat mp3log mp3log-conf mp3dirclean mp3http mp3stream-conf )
end
end