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

Antonio Rojas arojas at archlinux.org
Fri Mar 2 21:22:23 UTC 2018


    Date: Friday, March 2, 2018 @ 21:22:23
  Author: arojas
Revision: 301629

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-02 21:21:54 UTC (rev 301628)
+++ PKGBUILD	2018-03-02 21:22:23 UTC (rev 301629)
@@ -1,38 +0,0 @@
-# Maintainer: 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=20170720
-pkgrel=1
-pkgdesc="Portable version of the NetBSD 'make' build tool"
-arch=('i686' '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=('79efd778425d7b724161ef1711d65a54d72852746a7f616ff9956840ce58f4ef')
-
-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() {
-    cd "$srcdir"
-    mkdir -p bmake-build
-    cd bmake-build
-    sh ../bmake/boot-strap --prefix=/usr
-}
-
-package() {
-    cd "$srcdir/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 301628, bmake/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-02 21:22:23 UTC (rev 301629)
@@ -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=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
+}



More information about the arch-commits mailing list