[arch-commits] Commit in (12 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Oct 29 11:27:08 UTC 2013


    Date: Tuesday, October 29, 2013 @ 12:27:08
  Author: spupykin
Revision: 99533

Added:
  bmake-mk-files/
  bmake-mk-files/repos/
  bmake-mk-files/trunk/
  bmake-mk-files/trunk/PKGBUILD
  bmake/
  bmake/repos/
  bmake/trunk/
  bmake/trunk/PKGBUILD
  libclens/
  libclens/repos/
  libclens/trunk/
  libclens/trunk/PKGBUILD

-------------------------------+
 bmake-mk-files/trunk/PKGBUILD |   17 +++++++++++++++++
 bmake/trunk/PKGBUILD          |   29 +++++++++++++++++++++++++++++
 libclens/trunk/PKGBUILD       |   23 +++++++++++++++++++++++
 3 files changed, 69 insertions(+)

Added: bmake/trunk/PKGBUILD
===================================================================
--- bmake/trunk/PKGBUILD	                        (rev 0)
+++ bmake/trunk/PKGBUILD	2013-10-29 11:27:08 UTC (rev 99533)
@@ -0,0 +1,29 @@
+# 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=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
+}

Added: bmake-mk-files/trunk/PKGBUILD
===================================================================
--- bmake-mk-files/trunk/PKGBUILD	                        (rev 0)
+++ bmake-mk-files/trunk/PKGBUILD	2013-10-29 11:27:08 UTC (rev 99533)
@@ -0,0 +1,17 @@
+# Contributor: Alex Szczuczko <alex at szc dot ca>
+
+pkgname="bmake-mk-files"
+pkgver=20130401
+pkgrel=1
+pkgdesc="mk files needed by NetBSD make"
+arch=('any')
+url="http://www.crufty.net/help/sjg/bmake.html"
+license=('BSD')
+source=("http://www.crufty.net/ftp/pub/sjg/mk-$pkgver.tar.gz")
+sha256sums=('12060dbe8656dd69daa12c521ca5af9236208066104939d8c53333da653469b0')
+
+package() {
+    cd mk
+
+    sh install-mk "$pkgdir"/usr/share/mk
+}

Added: libclens/trunk/PKGBUILD
===================================================================
--- libclens/trunk/PKGBUILD	                        (rev 0)
+++ libclens/trunk/PKGBUILD	2013-10-29 11:27:08 UTC (rev 99533)
@@ -0,0 +1,23 @@
+#Maintainer: Dan Ziemba <zman0900 at gmail.com>
+
+pkgname=libclens
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="Convenience library to aid in porting code from OpenBSD"
+arch=(i686 x86_64)
+url="https://opensource.conformal.com/wiki/clens"
+license=(ISC)
+
+source=(https://opensource.conformal.com/snapshots/clens/clens-$pkgver.tar.gz)
+sha1sums=('71eb0011eef16f1e87131b5aba34d44db92b1145')
+
+build() {
+	cd "clens-$pkgver"
+	mkdir -p obj
+	make LOCALBASE=/usr
+}
+
+package() {
+	cd "clens-$pkgver"
+	make LOCALBASE=/usr DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list