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 2b6728f8137..d061f85c0c1 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=20210808
+pkgver=20240404
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="
-d0afb9b6a50858c330cccf57a8f8b35ddf1ea1faefc2110237e30262b35eb69c1a4918e48acc2ed3deed8b11bf87b80429d71c46366c81ceb7427a79a3e58089 bmake-20210808.tar.gz
-0de9022a2991c5ef02c09ab592a3e2d218cd0bbf58e54f21bc7694110f3dd9e4589bf2b3d241fd167fb220b425007863f20e71e141b4f65bf92d305ba94209da install-sh.patch
-04217b04aca4252f54c836e982d95106a09166370f84fa672c418d1b1799adb9697f5ac9eb10a6ee3a8527e39196a37ad92bb5945733407bf9ec1a7f223183bb separate-tests.patch
-027fbb9ea25fdbd183496d064b3827fa03a11c34c3bab8dbef3764dd662c539c37b6bdf35c88d06facb54e3e91c9fd707427748416af1b98ee1a2a458c823b3e strerror-ENAMETOOLONG.patch
+91e65c40c07b16762725502de25b03e11bcbc05f2e7b57f861faf9c0f06fcd7e4b9e2de7b8ef56eee870568636c656997f105534ba1e01a3703e703d7fdad1ff bmake-20240404.tar.gz
+320a0175107ed683ef1772a6884be3e0c503ec4d46b0901ae8a9e8cec4c4a5236bec934d9f451142e56addd9e2fe2ea1bc4712b7304570141230e0e1997e7a65 separate-tests.patch
"