23 lines
661 B
Bash
23 lines
661 B
Bash
# Template file for 'paexec'
|
|
pkgname=paexec
|
|
version=1.1.1
|
|
revision=1
|
|
hostmakedepends="mk-configure runawk perl"
|
|
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=ab8ff513b47501fadbdd243e469a117d618d849a277a7f868612814135905ebe
|
|
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
|
|
}
|