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

Antonio Rojas arojas at archlinux.org
Sat Jun 9 18:47:44 UTC 2018


    Date: Saturday, June 9, 2018 @ 18:47:43
  Author: arojas
Revision: 342184

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-09 18:47:22 UTC (rev 342183)
+++ PKGBUILD	2018-06-09 18:47:43 UTC (rev 342184)
@@ -1,38 +0,0 @@
-# Maintainer:
-# 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=20180222
-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')
-source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz")
-sha256sums=('6069ea5e72943fe3f7fb4ac43a189b99a90fd830bf6c84572f631f3aa7f507f9')
-
-prepare() {
-    cd "$srcdir/$pkgname"
-    # Add missing bsd.*.mk symlinks
-    _links_orig="dep doc init lib links man nls obj own prog subdir"
-    _links_new="dep doc inc init lib links man nls obj own prog subdir"
-    sed -i -e "s/$_links_orig/$_links_new/" mk/install-mk
-}
-
-build() {
-    mkdir -p bmake-build
-    cd bmake-build
-    sh ../bmake/boot-strap --prefix=/usr
-}
-
-package() {
-    cd bmake-build
-    # Fix directory permissions on install
-    install -dm0755 "$pkgdir/usr/bin"
-    install -dm0755 "$pkgdir/usr/share/man/cat1"
-    install -dm0755 "$pkgdir/usr/share/licenses/$pkgname"
-    sh ../bmake/boot-strap --prefix=/usr --install-destdir="$pkgdir" op=install
-    head -n70 ../bmake/main.c >"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: bmake/repos/community-x86_64/PKGBUILD (from rev 342183, bmake/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-09 18:47:43 UTC (rev 342184)
@@ -0,0 +1,38 @@
+# Maintainer:
+# 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=20180512
+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')
+source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz")
+sha256sums=('ac3cd262065fcc20c1dec7c95f06306c8138b3e17025b949343a06a8980a5508')
+
+prepare() {
+    cd "$srcdir/$pkgname"
+    # Add missing bsd.*.mk symlinks
+    _links_orig="dep doc init lib links man nls obj own prog subdir"
+    _links_new="dep doc inc init lib links man nls obj own prog subdir"
+    sed -i -e "s/$_links_orig/$_links_new/" mk/install-mk
+}
+
+build() {
+    mkdir -p bmake-build
+    cd bmake-build
+    sh ../bmake/boot-strap --prefix=/usr
+}
+
+package() {
+    cd bmake-build
+    # Fix directory permissions on install
+    install -dm0755 "$pkgdir/usr/bin"
+    install -dm0755 "$pkgdir/usr/share/man/cat1"
+    install -dm0755 "$pkgdir/usr/share/licenses/$pkgname"
+    sh ../bmake/boot-strap --prefix=/usr --install-destdir="$pkgdir" op=install
+    head -n70 ../bmake/main.c >"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list