psutils: revbump to update metadata objs.
This commit is contained in:
parent
4f146018a1
commit
df20c9de19
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'psutils'
|
# Template file for 'psutils'
|
||||||
pkgname="psutils"
|
pkgname="psutils"
|
||||||
version="p17"
|
version="p17"
|
||||||
revision=2
|
revision=3
|
||||||
short_desc="Set of utilities to manipulate PostScript files"
|
short_desc="Set of utilities to manipulate PostScript files"
|
||||||
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
|
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
|
||||||
license="AJCD-License"
|
license="AJCD-License"
|
||||||
|
@ -18,18 +18,14 @@ pre_configure() {
|
||||||
# install in /usr instead of /usr/local
|
# install in /usr instead of /usr/local
|
||||||
sed 's@/usr/local@/usr@g' Makefile.unix > Makefile
|
sed 's@/usr/local@/usr@g' Makefile.unix > Makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make CC=$CC CFLAGS="$CFLAGS"
|
make CC=$CC CFLAGS="$CFLAGS"
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make DESTDIR=${DESTDIR} install
|
make DESTDIR=${DESTDIR} install
|
||||||
|
|
||||||
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
vlicense LICENSE
|
||||||
|
vdoc README
|
||||||
vinstall LICENSE 644 usr/share/${pkgname}
|
vdoc README.voidlinux
|
||||||
vinstall README 644 usr/share/doc/${pkgname}
|
|
||||||
vinstall README.voidlinux 644 usr/share/doc/${pkgname}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue