[arch-commits] Commit in bmake/repos/community-x86_64 (PKGBUILD PKGBUILD)

Ivy Foster escondida at archlinux.org
Wed Apr 7 20:34:23 UTC 2021


    Date: Wednesday, April 7, 2021 @ 20:34:23
  Author: escondida
Revision: 912686

archrelease: copy trunk to community-x86_64

Added:
  bmake/repos/community-x86_64/PKGBUILD
    (from rev 912685, bmake/trunk/PKGBUILD)
Deleted:
  bmake/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-07 20:33:53 UTC (rev 912685)
+++ PKGBUILD	2021-04-07 20:34:23 UTC (rev 912686)
@@ -1,40 +0,0 @@
-# Maintainer: Ivy Foster <code at escondida.tk>
-# Contributor: Alex Szczuczko <alex at szc dot ca>
-# Contributor: Devin Cofer <ranguvar{AT]archlinux[DOT}us>
-# Contributor: Imanol Celaya <ilcra1989 at gmail.com>
-
-pkgname=bmake
-pkgver=20200902
-pkgrel=1
-pkgdesc='Portable version of the NetBSD make build tool'
-arch=(x86_64)
-url='http://www.crufty.net/help/sjg/bmake.html'
-license=(BSD)
-
-# upstream recommends using python for improved meta2deps script
-depends=(python)
-
-source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz")
-# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
-sha1sums=(51fb064daeae9bc7203a1f1dc9d862a94dfd48c4)
-
-build() {
-	cd bmake
-	./boot-strap --prefix=/usr op=build
-}
-
-# op=build also runs unit tests; thus no check()
-
-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
-}

Copied: bmake/repos/community-x86_64/PKGBUILD (from rev 912685, bmake/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-07 20:34:23 UTC (rev 912686)
@@ -0,0 +1,40 @@
+# Maintainer: Ivy Foster <code at escondida.tk>
+# Contributor: Alex Szczuczko <alex at szc dot ca>
+# Contributor: Devin Cofer <ranguvar{AT]archlinux[DOT}us>
+# Contributor: Imanol Celaya <ilcra1989 at gmail.com>
+
+pkgname=bmake
+pkgver=20210314
+pkgrel=1
+pkgdesc='Portable version of the NetBSD make build tool'
+arch=(x86_64)
+url='http://www.crufty.net/help/sjg/bmake.html'
+license=(BSD)
+
+# upstream recommends using python for improved meta2deps script
+depends=(python)
+
+source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz")
+# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
+sha1sums=(65400b068f2b9551eabfc5184adfb6ab53a83adc)
+
+build() {
+	cd bmake
+	./boot-strap --prefix=/usr op=build
+}
+
+# op=build also runs unit tests; thus no check()
+
+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
+}



More information about the arch-commits mailing list