Date: Sunday, March 29, 2020 @ 17:38:59
  Author: escondida
Revision: 606205

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-03-29 17:38:26 UTC (rev 606204)
+++ PKGBUILD    2020-03-29 17:38:59 UTC (rev 606205)
@@ -1,40 +0,0 @@
-# Maintainer: Ivy Foster <[email protected]>
-# Contributor: Alex Szczuczko <alex at szc dot ca>
-# Contributor: Devin Cofer <ranguvar{AT]archlinux[DOT}us>
-# Contributor: Imanol Celaya <[email protected]>
-
-pkgname=bmake
-pkgver=20181221
-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=(ce7db05c68e2fbad41d1dd92ec110406093293bd)
-
-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 606204, 
bmake/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-03-29 17:38:59 UTC (rev 606205)
@@ -0,0 +1,40 @@
+# Maintainer: Ivy Foster <[email protected]>
+# Contributor: Alex Szczuczko <alex at szc dot ca>
+# Contributor: Devin Cofer <ranguvar{AT]archlinux[DOT}us>
+# Contributor: Imanol Celaya <[email protected]>
+
+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
+}

Reply via email to