paexec: update to 1.1.0.
This commit is contained in:
parent
59f0bfda9d
commit
ea88ee20f7
1 changed files with 6 additions and 7 deletions
|
@ -1,16 +1,15 @@
|
|||
# Template file for 'paexec'
|
||||
pkgname=paexec
|
||||
version=1.0.1
|
||||
revision=2
|
||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||
version=1.1.0
|
||||
revision=1
|
||||
hostmakedepends="mk-configure runawk perl"
|
||||
depends="runawk"
|
||||
short_desc="Distribute tasks over network or CPUs"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/cheusov/paexec"
|
||||
distfiles="https://github.com/cheusov/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
||||
checksum=281924cf1a1f01a5e0bf0c61037ef0f5487c7f2e516c4905c17b6a5da6d7814d
|
||||
homepage="https://sourceforge.net/projects/paexec/"
|
||||
distfiles="${SOURCEFORGE_SITE}/paexec/paexec/paexec-${version}/paexec-${version}.tar.gz"
|
||||
checksum=08b9766bf32d7acc3b287934aab65d40c1edf2244b99d94ec54f128c93f1b901
|
||||
|
||||
do_build() {
|
||||
mkcmake ${makejobs} PREFIX=/usr
|
||||
|
|
Loading…
Reference in a new issue