New formula: cdrtools
Cdrtools is a set of command line programs that allows to record CD/DVD/BluRay media. The suite includes the following programs: cdrecord A CD/DVD/BD recording program readcd A program to read CD/DVD/BD media with CD-clone features cdda2wav The most evolved CD-audio extraction program with paranoia support mkisofs A program to create hybrid ISO9660/JOLIET/HFS filesystes with optional Rock Ridge attributes isodebug A program to print mkisofs debug information from media isodump A program to dump ISO-9660 media isoinfo A program to analyse/verify ISO/9660/Joliet/Rock-Ridge Filesystems isovfy A program to verify the ISO-9660 structures rscsi A Remote SCSI enabling daemon Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
bd3a67ab3b
commit
e37a828be4
1 changed files with 11 additions and 0 deletions
11
Formula/cdrtools.rb
Normal file
11
Formula/cdrtools.rb
Normal file
|
@ -0,0 +1,11 @@
|
|||
require 'formula'
|
||||
|
||||
class Cdrtools < Formula
|
||||
url 'ftp://ftp.berlios.de/pub/cdrecord/cdrtools-3.00.tar.gz'
|
||||
homepage 'http://cdrecord.berlios.de/private/cdrecord.html'
|
||||
md5 'bb21cefefcfbb76cf249120e8978ffdd'
|
||||
|
||||
def install
|
||||
system "make INS_BASE=#{prefix} INS_RBASE=#{prefix} install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue