cdrtools: move to usr/bin.
This commit is contained in:
parent
c8d089c078
commit
70babd5325
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cdrtools'
|
||||
pkgname=cdrtools
|
||||
version=3.00
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-makefile
|
||||
make_build_args="RUNPATH= LDPATH= NOWARN=true"
|
||||
make_install_args="INS_BASE=/usr MANDIR=/man"
|
||||
|
@ -14,6 +14,9 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
distfiles="ftp://ftp.gwdg.de/linux/cdrecord/cdrtools-3.00.tar.bz2"
|
||||
checksum=7f9cb64820055573b880f77b2f16662a512518336ba95ab49228a1617973423d
|
||||
|
||||
post_extract() {
|
||||
sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
|
||||
}
|
||||
post_install() {
|
||||
# Remove useless stuff
|
||||
rm -rf ${DESTDIR}/usr/include
|
||||
|
|
Loading…
Reference in New Issue
Block a user