aports/testing/bmake/APKBUILD
2019-12-22 16:59:49 +01:00

39 lines
1.3 KiB
Plaintext

# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=bmake
pkgver=20181221
pkgrel=1
pkgdesc="Portable version of the NetBSD make build tool"
url="http://www.crufty.net/help/sjg/bmake.html"
arch="all"
license="BSD-2-Clause"
subpackages="$pkgname-doc"
source="http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz
install-sh.patch
separate-tests.patch"
builddir="$srcdir/$pkgname"
# Reset MAKEFLAGS since it might contain options not supported
# by bmake. This is, for instance, the case on the builders.
export MAKEFLAGS="-j${JOBS:-1}"
build() {
sh ./boot-strap --with-default-sys-path=/usr/share/mk op=build
}
check() {
sh ./boot-strap op=test
}
package() {
sh ./boot-strap --prefix=/usr --with-mksrc=/usr/share/mk \
--install-destdir="$pkgdir" op=install
rm -rf "$pkgdir"/usr/share/man/cat1
install -Dm644 bmake.1 \
"$pkgdir"/usr/share/man/man1/bmake.1
}
sha512sums="7824fb60e4ac8f9c5ab9f6a0d42720c5f3cb475851146bf8042625eb58bbd0dbacafce6969da2b51cdd6514e789a8f2a958e8b8538cd862eeea1b571da203e5b bmake-20181221.tar.gz
0de9022a2991c5ef02c09ab592a3e2d218cd0bbf58e54f21bc7694110f3dd9e4589bf2b3d241fd167fb220b425007863f20e71e141b4f65bf92d305ba94209da install-sh.patch
04217b04aca4252f54c836e982d95106a09166370f84fa672c418d1b1799adb9697f5ac9eb10a6ee3a8527e39196a37ad92bb5945733407bf9ec1a7f223183bb separate-tests.patch"