homebrew-core/Formula/cdrtools.rb

12 lines
300 B
Ruby

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