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