New formula - mp3wrap
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
bcec2988ac
commit
4547422eb3
1 changed files with 13 additions and 0 deletions
13
Formula/mp3wrap.rb
Normal file
13
Formula/mp3wrap.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Mp3wrap <Formula
|
||||
url 'http://superb-sea2.dl.sourceforge.net/project/mp3wrap/mp3wrap/mp3wrap%200.5/mp3wrap-0.5-src.tar.gz'
|
||||
homepage 'http://mp3wrap.sourceforge.net/'
|
||||
md5 '096b46295cbe3ee2f02ca7792517dc36'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}", "--mandir=#{man}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue