43 lines
1.5 KiB
Text
43 lines
1.5 KiB
Text
# Template file for 'cdrtools'
|
|
pkgname=cdrtools
|
|
version=3.00
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
make_build_args="CCOM=gcc RUNPATH= LDPATH= NOWARN=true"
|
|
make_install_args="INS_BASE=/usr MANDIR=/man"
|
|
makedepends="acl-devel"
|
|
short_desc="Highly portable CD/DVD/BluRay command line recording software"
|
|
homepage="http://cdrecord.berlios.de/"
|
|
license="CDDL"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="ftp://ftp.berlios.de/pub/cdrecord/$pkgname-$version.tar.bz2"
|
|
checksum=7f9cb64820055573b880f77b2f16662a512518336ba95ab49228a1617973423d
|
|
long_desc="
|
|
$pkgname 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"
|
|
|
|
post_install() {
|
|
# Remove useless stuff
|
|
rm -rf ${DESTDIR}/usr/include
|
|
rm -rf ${DESTDIR}/usr/lib/lib* ${DESTDIR}/usr/lib/profiled
|
|
}
|
|
|
|
cdrtools_package() {
|
|
conf_files="/etc/default/rscsi /etc/default/cdrecord"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|