new formula for mdf2iso
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
0c5eb3c07e
commit
2549bc89ea
1 changed files with 12 additions and 0 deletions
12
Formula/mdf2iso.rb
Normal file
12
Formula/mdf2iso.rb
Normal 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
|
Loading…
Reference in a new issue