diff --git a/srcpkgs/paexec/template b/srcpkgs/paexec/template index 16d2d71709..a63c3007f7 100644 --- a/srcpkgs/paexec/template +++ b/srcpkgs/paexec/template @@ -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 " @@ -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 }