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

Ivy Foster escondida at archlinux.org
Tue Sep 22 23:33:14 UTC 2020


    Date: Tuesday, September 22, 2020 @ 23:33:13
  Author: escondida
Revision: 711425

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-22 23:32:46 UTC (rev 711424)
+++ PKGBUILD	2020-09-22 23:33:13 UTC (rev 711425)
@@ -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=20200318
-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=(607a42bc746690596a7d438df3710ae0dd95f030)
-
-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 711424, bmake/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-22 23:33:13 UTC (rev 711425)
@@ -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=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
+}



More information about the arch-commits mailing list