Date: Tuesday, October 29, 2013 @ 12:40:52
  Author: spupykin
Revision: 99535

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bmake/repos/community-i686/
  bmake/repos/community-i686/PKGBUILD
    (from rev 99534, bmake/trunk/PKGBUILD)
  bmake/repos/community-x86_64/
  bmake/repos/community-x86_64/PKGBUILD
    (from rev 99534, bmake/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: bmake/repos/community-i686/PKGBUILD (from rev 99534, 
bmake/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2013-10-29 11:40:52 UTC (rev 99535)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Alex Szczuczko <alex at szc dot ca>
+# Contributor: Devin Cofer <ranguvar{AT]archlinux[DOT}us>
+# Contributor: Imanol Celaya <[email protected]>
+
+pkgname=bmake
+pkgver=20130730
+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')
+depends=('bmake-mk-files')
+source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz";)
+sha256sums=('57f4fb71472ab8f1cb53e83fd043b3556c9624fa601f930415ba64489c9b0828')
+
+build() {
+    rm -rf bmake-build
+    mkdir bmake-build
+    cd bmake-build
+    ../bmake/configure --prefix=/usr --with-default-sys-path=/usr/share/mk
+    sh make-bootstrap.sh
+}
+
+package() {
+    install -Dm755 bmake-build/bmake "$pkgdir"/usr/bin/bmake
+    install -Dm644 bmake/bmake.1 "$pkgdir"/usr/share/man/man1/bmake.1
+}

Copied: bmake/repos/community-x86_64/PKGBUILD (from rev 99534, 
bmake/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2013-10-29 11:40:52 UTC (rev 99535)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Alex Szczuczko <alex at szc dot ca>
+# Contributor: Devin Cofer <ranguvar{AT]archlinux[DOT}us>
+# Contributor: Imanol Celaya <[email protected]>
+
+pkgname=bmake
+pkgver=20130730
+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')
+depends=('bmake-mk-files')
+source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz";)
+sha256sums=('57f4fb71472ab8f1cb53e83fd043b3556c9624fa601f930415ba64489c9b0828')
+
+build() {
+    rm -rf bmake-build
+    mkdir bmake-build
+    cd bmake-build
+    ../bmake/configure --prefix=/usr --with-default-sys-path=/usr/share/mk
+    sh make-bootstrap.sh
+}
+
+package() {
+    install -Dm755 bmake-build/bmake "$pkgdir"/usr/bin/bmake
+    install -Dm644 bmake/bmake.1 "$pkgdir"/usr/share/man/man1/bmake.1
+}

Reply via email to