Date: Tuesday, October 29, 2013 @ 12:41:05
  Author: spupykin
Revision: 99537

archrelease: copy trunk to community-any

Added:
  bmake-mk-files/repos/community-any/
  bmake-mk-files/repos/community-any/PKGBUILD
    (from rev 99536, bmake-mk-files/trunk/PKGBUILD)

----------+
 PKGBUILD |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

Copied: bmake-mk-files/repos/community-any/PKGBUILD (from rev 99536, 
bmake-mk-files/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD                              (rev 0)
+++ community-any/PKGBUILD      2013-10-29 11:41:05 UTC (rev 99537)
@@ -0,0 +1,18 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# 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
+}

Reply via email to