From 4e0f708ffb55225c6a3984e8b15a20fdff7e7ec0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 9 Oct 2009 01:05:16 +0200 Subject: [PATCH] Added cdrtools-2.01.01a65 build template. --HG-- extra : convert_revision : 37cfc86e003c1ab9e813286c631e8672b27cdb8e --- templates/cdrtools/template | 41 +++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 templates/cdrtools/template diff --git a/templates/cdrtools/template b/templates/cdrtools/template new file mode 100644 index 00000000000..e51fe421cf5 --- /dev/null +++ b/templates/cdrtools/template @@ -0,0 +1,41 @@ +# Template file for 'cdrtools' +pkgname=cdrtools +_dist_ver=2.01.01 +_patch_ver=a65 +version=${_dist_ver}${_patch_ver} +wrksrc=${pkgname}-${_dist_ver} +distfiles="ftp://ftp.berlios.de/pub/cdrecord/alpha/$pkgname-$version.tar.bz2" +build_style=gnu_makefile +make_build_args="CCOM=gcc RUNPATH= LDPATH= NOWARN=true" +make_install_args="INS_BASE=/usr MANDIR=/share/man" +short_desc="Highly portable CD/DVD/BluRay command line recording software" +maintainer="Juan RP " +checksum=1e5460a16487c10d63b75661ffbce7a63751e67854d96e01b6117f1cd1d96173 +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" + +conf_files="/etc/default/rscsi /etc/default/cdrecord" + +Add_dependency full glibc +Add_dependency full acl + +post_install() +{ + # Remove useless stuff + rm -rf ${DESTDIR}/usr/include + rm -rf ${DESTDIR}/usr/lib/lib* ${DESTDIR}/usr/lib/profiled +}