Commit 6ce01c11 authored by Ed Reel's avatar Ed Reel

Add cdrkit package

parent b8fd07b6
require 'package'
class Cdrkit < Package
version '1.1.11'
source_url 'https://downloads.sourceforge.net/project/wodim/cdrkit/cdrkit_1.1.11.orig.tar.gz'
source_sha1 '3f7ddc06db0272942e1a4cd98c3c96462df77387'
depends_on 'cmake'
depends_on 'libcap'
def self.build
system 'make clean'
system 'make CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib'
end
def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment