new formula for mdf2iso

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Kenneth Vestergaard Schmidt 2010-06-16 17:12:55 +02:00 committed by Adam Vandenberg
parent 0c5eb3c07e
commit 2549bc89ea

12
Formula/mdf2iso.rb Normal file
View file

@ -0,0 +1,12 @@
require 'formula'
class Mdf2iso <Formula
url 'http://download.berlios.de/mdf2iso/mdf2iso-0.3.0-src.tar.bz2'
homepage 'http://mdf2iso.berlios.de/'
md5 'a190625318476a196930ac66acd8fd07'
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make install"
end
end