[arch-commits] Commit in bmake/trunk (PKGBUILD)

Ivy Foster escondida at gemini.archlinux.org
Wed Jan 12 18:26:53 UTC 2022


    Date: Wednesday, January 12, 2022 @ 18:26:53
  Author: escondida
Revision: 1101693

bmake: update to 20211221, use new officially-distributed LICENSE file, remove unneeded install invocation

Modified:
  bmake/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-12 17:40:25 UTC (rev 1101692)
+++ PKGBUILD	2022-01-12 18:26:53 UTC (rev 1101693)
@@ -4,7 +4,7 @@
 # Contributor: Imanol Celaya <ilcra1989 at gmail.com>
 
 pkgname=bmake
-pkgver=20211001
+pkgver=20211221
 pkgrel=1
 pkgdesc='Portable version of the NetBSD make build tool'
 arch=(x86_64)
@@ -21,7 +21,7 @@
 
 # checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
 sha1sums=(
-	6f28706a067ec98d2de03cdba6b1af072fc718d7
+	dbc1e998bd3ddcf535fb79173f4987fc31add40b
 	SKIP
 )
 # Key seems to be available only from
@@ -38,13 +38,9 @@
 package() {
 	cd bmake
 
-	# Fix directory permissions on install
-	install -d "$pkgdir/usr/bin" "$pkgdir/usr/share/licenses/$pkgname"
-
 	./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
 
 	rm -rf "$pkgdir/usr/share/man/cat1"
 	install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
-
-	head -n70 main.c >"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+	install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



More information about the arch-commits mailing list