mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
paexec: fix build.
This commit is contained in:
parent
f938a6683c
commit
5a4c47037e
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'paexec'
|
# Template file for 'paexec'
|
||||||
pkgname=paexec
|
pkgname=paexec
|
||||||
version=1.0.1
|
version=1.0.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
hostmakedepends="mk-configure runawk perl"
|
hostmakedepends="mk-configure runawk perl"
|
||||||
depends="runawk"
|
depends="runawk"
|
||||||
|
@ -13,9 +13,10 @@ distfiles="https://github.com/cheusov/${pkgname}/archive/${pkgname}-${version}.t
|
||||||
checksum=281924cf1a1f01a5e0bf0c61037ef0f5487c7f2e516c4905c17b6a5da6d7814d
|
checksum=281924cf1a1f01a5e0bf0c61037ef0f5487c7f2e516c4905c17b6a5da6d7814d
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
mkcmake ${makejobs}
|
mkcmake ${makejobs} PREFIX=/usr
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
mkcmake install MANDIR=/usr/share/man STRIPFLAG=
|
mkcmake install MANDIR=/usr/share/man STRIPFLAG= \
|
||||||
|
PREFIX=/usr DESTDIR="$DESTDIR"
|
||||||
vlicense doc/LICENSE
|
vlicense doc/LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue