mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
cdrtools: update to 3.01.
This commit is contained in:
parent
b4cc0e13b7
commit
d6b74cc166
1 changed files with 8 additions and 9 deletions
|
@ -1,23 +1,22 @@
|
||||||
# Template file for 'cdrtools'
|
# Template file for 'cdrtools'
|
||||||
pkgname=cdrtools
|
pkgname=cdrtools
|
||||||
version=3.00
|
version=3.01
|
||||||
revision=5
|
revision=1
|
||||||
build_style=gnu-makefile
|
|
||||||
make_build_args="RUNPATH= LDPATH= NOWARN=true"
|
|
||||||
make_install_args="INS_BASE=/usr MANDIR=/man"
|
|
||||||
makedepends="acl-devel"
|
makedepends="acl-devel"
|
||||||
conf_files="/etc/default/rscsi /etc/default/cdrecord"
|
conf_files="/etc/default/rscsi /etc/default/cdrecord"
|
||||||
short_desc="Highly portable CD/DVD/BluRay command line recording software"
|
short_desc="Highly portable CD/DVD/BluRay command line recording software"
|
||||||
homepage="http://cdrecord.org/"
|
homepage="http://cdrecord.org/"
|
||||||
license="CDDL"
|
license="CDDL-1.0"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=7f9cb64820055573b880f77b2f16662a512518336ba95ab49228a1617973423d
|
checksum=ed282eb6276c4154ce6a0b5dee0bdb81940d0cbbfc7d03f769c4735ef5f5860f
|
||||||
|
|
||||||
post_extract() {
|
do_build() {
|
||||||
sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
|
sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
|
||||||
|
make CC=$CC RUNPATH= LDPATH= NOWARN=1
|
||||||
}
|
}
|
||||||
post_install() {
|
do_install() {
|
||||||
|
make INS_BASE=/usr MANDIR=/man DESTDIR=${DESTDIR} install
|
||||||
# Remove useless stuff
|
# Remove useless stuff
|
||||||
rm -rf ${DESTDIR}/usr/include
|
rm -rf ${DESTDIR}/usr/include
|
||||||
rm -rf ${DESTDIR}/usr/lib/lib* ${DESTDIR}/usr/lib/profiled
|
rm -rf ${DESTDIR}/usr/lib/lib* ${DESTDIR}/usr/lib/profiled
|
||||||
|
|
Loading…
Add table
Reference in a new issue