aboutsummaryrefslogtreecommitdiffstats
path: root/community/bmake/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/bmake/APKBUILD')
-rw-r--r--community/bmake/APKBUILD20
1 files changed, 8 insertions, 12 deletions
diff --git a/community/bmake/APKBUILD b/community/bmake/APKBUILD
index 6844c783383..fd37fcd2895 100644
--- a/community/bmake/APKBUILD
+++ b/community/bmake/APKBUILD
@@ -1,17 +1,16 @@
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=bmake
-pkgver=20211001
+pkgver=20240314
pkgrel=0
pkgdesc="Portable version of the NetBSD make build tool"
-url="http://www.crufty.net/help/sjg/bmake.html"
+url="https://www.crufty.net/help/sjg/bmake.html"
arch="all"
license="BSD-2-Clause"
subpackages="$pkgname-doc"
checkdepends="tzdata"
-source="http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz
- install-sh.patch
+source="https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz
separate-tests.patch
- strerror-ENAMETOOLONG.patch"
+ "
builddir="$srcdir/$pkgname"
# Reset MAKEFLAGS since it might contain options not supported
@@ -42,14 +41,11 @@ package() {
install -Dm644 bmake.1 \
"$pkgdir"/usr/share/man/man1/bmake.1
- mkdir -p "$pkgdir"/usr/share/doc/$pkgname/
- install -m644 README ChangeLog \
- "$pkgdir"/usr/share/doc/$pkgname/
+ install -Dm644 README ChangeLog \
+ -t "$pkgdir"/usr/share/doc/$pkgname/
}
sha512sums="
-b8d3d19facfa3ef46ca8c966f8ccfaeff65a1d9f210072fa569fa12573900babd6d6624e397e71d76d58b551fad13c26e590d02eb94f726e29a6a00d1b8b0b75 bmake-20211001.tar.gz
-0de9022a2991c5ef02c09ab592a3e2d218cd0bbf58e54f21bc7694110f3dd9e4589bf2b3d241fd167fb220b425007863f20e71e141b4f65bf92d305ba94209da install-sh.patch
-04217b04aca4252f54c836e982d95106a09166370f84fa672c418d1b1799adb9697f5ac9eb10a6ee3a8527e39196a37ad92bb5945733407bf9ec1a7f223183bb separate-tests.patch
-027fbb9ea25fdbd183496d064b3827fa03a11c34c3bab8dbef3764dd662c539c37b6bdf35c88d06facb54e3e91c9fd707427748416af1b98ee1a2a458c823b3e strerror-ENAMETOOLONG.patch
+579264de51d7ad669064ccb29e886b103e1e76e863107dc5adc87487a7b1f4f602c23ffd63265cc3d5fd0dc40acc574b6eadedcfb9c9da81ffc32b3a9a29fe14 bmake-20240314.tar.gz
+320a0175107ed683ef1772a6884be3e0c503ec4d46b0901ae8a9e8cec4c4a5236bec934d9f451142e56addd9e2fe2ea1bc4712b7304570141230e0e1997e7a65 separate-tests.patch
"