psutils: revbump to update metadata objs.

This commit is contained in:
Juan RP 2014-12-18 21:41:00 +01:00
parent 4f146018a1
commit df20c9de19
1 changed files with 5 additions and 9 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'psutils'
pkgname="psutils"
version="p17"
revision=2
revision=3
short_desc="Set of utilities to manipulate PostScript files"
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
license="AJCD-License"
hostmakedepends="perl "
hostmakedepends="perl"
makedepends="ghostscript"
depends="ghostscript"
homepage="http://knackered.org/angus/psutils/"
@ -18,18 +18,14 @@ pre_configure() {
# install in /usr instead of /usr/local
sed 's@/usr/local@/usr@g' Makefile.unix > Makefile
}
do_build() {
make CC=$CC CFLAGS="$CFLAGS"
}
do_install() {
make DESTDIR=${DESTDIR} install
vinstall LICENSE 644 usr/share/licenses/${pkgname}
vinstall LICENSE 644 usr/share/${pkgname}
vinstall README 644 usr/share/doc/${pkgname}
vinstall README.voidlinux 644 usr/share/doc/${pkgname}
vlicense LICENSE
vdoc README
vdoc README.voidlinux
}