paexec: update to 1.1.0.

This commit is contained in:
Piotr Wójcik 2018-06-06 22:05:10 +02:00 committed by Leah Neukirchen
parent 59f0bfda9d
commit ea88ee20f7

View file

@ -1,16 +1,15 @@
# Template file for 'paexec' # Template file for 'paexec'
pkgname=paexec pkgname=paexec
version=1.0.1 version=1.1.0
revision=2 revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
hostmakedepends="mk-configure runawk perl" hostmakedepends="mk-configure runawk perl"
depends="runawk" depends="runawk"
short_desc="Distribute tasks over network or CPUs" short_desc="Distribute tasks over network or CPUs"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT" license="MIT"
homepage="https://github.com/cheusov/paexec" homepage="https://sourceforge.net/projects/paexec/"
distfiles="https://github.com/cheusov/${pkgname}/archive/${pkgname}-${version}.tar.gz" distfiles="${SOURCEFORGE_SITE}/paexec/paexec/paexec-${version}/paexec-${version}.tar.gz"
checksum=281924cf1a1f01a5e0bf0c61037ef0f5487c7f2e516c4905c17b6a5da6d7814d checksum=08b9766bf32d7acc3b287934aab65d40c1edf2244b99d94ec54f128c93f1b901
do_build() { do_build() {
mkcmake ${makejobs} PREFIX=/usr mkcmake ${makejobs} PREFIX=/usr