paexec: call mkcmake directly.
This commit is contained in:
parent
532b1a9c8a
commit
c5b49048c2
|
@ -3,10 +3,7 @@ pkgname=paexec
|
|||
version=1.0.1
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||
build_style=gnu-makefile
|
||||
make_install_args="MANDIR=/usr/share/man STRIPFLAG="
|
||||
hostmakedepends="mk-configure runawk perl"
|
||||
make_cmd=mkcmake
|
||||
depends="runawk"
|
||||
short_desc="Distribute tasks over network or CPUs"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
|
@ -15,6 +12,10 @@ homepage="https://github.com/cheusov/paexec"
|
|||
distfiles="https://github.com/cheusov/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
||||
checksum=281924cf1a1f01a5e0bf0c61037ef0f5487c7f2e516c4905c17b6a5da6d7814d
|
||||
|
||||
post_install() {
|
||||
do_build() {
|
||||
mkcmake ${makejobs}
|
||||
}
|
||||
do_install() {
|
||||
mkcmake install MANDIR=/usr/share/man STRIPFLAG=
|
||||
vlicense doc/LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue