2012-03-27 22:11:39 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Mp3cat < Formula
|
|
|
|
homepage 'http://tomclegg.net/mp3cat'
|
|
|
|
url 'http://tomclegg.net/software/mp3cat-0.4.tar.gz'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '442d2b2b546fec4535c2aa892a8fc61db21eb917'
|
2012-03-27 22:11:39 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "make"
|
|
|
|
bin.install %W( mp3cat mp3log mp3log-conf mp3dirclean mp3http mp3stream-conf )
|
|
|
|
end
|
|
|
|
end
|