23 lines
688 B
Bash
23 lines
688 B
Bash
# Template file for 'paexec'
|
|
pkgname=paexec
|
|
version=1.1.4
|
|
revision=1
|
|
hostmakedepends="mk-configure runawk perl"
|
|
makedepends="libmaa-devel"
|
|
depends="runawk"
|
|
short_desc="Distribute tasks over network or CPUs"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="https://sourceforge.net/projects/paexec/"
|
|
distfiles="${SOURCEFORGE_SITE}/paexec/paexec/paexec-${version}/paexec-${version}.tar.gz"
|
|
checksum=a715d723dbb6890464989f8e78c80551ca79c8df03d2764a9731c678c35dfd67
|
|
CFLAGS='-Wno-stringop-truncation'
|
|
|
|
do_build() {
|
|
mkcmake ${makejobs} PREFIX=/usr
|
|
}
|
|
do_install() {
|
|
mkcmake install MANDIR=/usr/share/man STRIPFLAG= \
|
|
PREFIX=/usr DESTDIR="$DESTDIR"
|
|
vlicense doc/LICENSE
|
|
}
|