Major infrastructure changes, part 2.
* Moved helpers, common and triggers dirs into xbps-src, where
they belong.
* Renamed the templates dir to srcpkgs, it was so redundant before.
* Make it possible to add subpkgs with no restriction in names, for
example udev now has a subpkgs called "libgudev". Previously
subpkgs were named "${sourcepkg}-${pkgname}".
* xbps-src: changed to look for template files in current directory.
That means that most arguments from the targets have been removed.
* xbps-src: added a reinstall target, to remove + install.
* xbps-src: do not overwrite binpkgs by default, skip them.
And more that I forgot because it's a mega-commit that I've been
working for some days already...
--HG--
extra : convert_revision : 0f466878584d1e6895d2a234f07ea1b2d1e61b3e
This commit is contained in:
41
srcpkgs/cdrtools/template
Normal file
41
srcpkgs/cdrtools/template
Normal file
@@ -0,0 +1,41 @@
|
||||
# Template file for 'cdrtools'
|
||||
pkgname=cdrtools
|
||||
_dist_ver=2.01.01
|
||||
_patch_ver=a66
|
||||
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 <xtraeme@gmail.com>"
|
||||
checksum=b43c8f35973393772f21b052de66d7239ac3ea84ceb32b179fcca21792e4813d
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user