[arch-commits] Commit in pflask/repos (4 files)

Felix Yan fyan at archlinux.org
Wed Aug 19 06:34:50 UTC 2015


    Date: Wednesday, August 19, 2015 @ 08:34:50
  Author: fyan
Revision: 138502

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

Added:
  pflask/repos/community-i686/
  pflask/repos/community-i686/PKGBUILD
    (from rev 138501, pflask/trunk/PKGBUILD)
  pflask/repos/community-x86_64/
  pflask/repos/community-x86_64/PKGBUILD
    (from rev 138501, pflask/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   37 +++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: pflask/repos/community-i686/PKGBUILD (from rev 138501, pflask/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-08-19 06:34:50 UTC (rev 138502)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=pflask
+pkgver=0.2.20150731
+_commit=bd93136a22f36ab6481f9d081ec06478cf3c83ec
+_wafver=1.8.6
+pkgrel=1
+pkgdesc="Lightweight process containers for Linux"
+arch=('i686' 'x86_64')
+url="http://ghedo.github.io/pflask/"
+license=('BSD')
+depends=('libdbus' 'bash')
+makedepends=('python-sphinx' 'git')
+source=("git+https://github.com/ghedo/pflask.git#commit=$_commit"
+        "http://ftp.waf.io/pub/release/waf-$_wafver")
+sha256sums=('SKIP'
+            '81c4e6a3144c7b2021a839e7277bdaf1cedbbc87302186897b4ae03f4effcbf5')
+
+prepare() {
+  install -Dm755 waf-$_wafver pflask/waf
+}
+
+build() {
+  cd pflask
+  PREFIX=/usr ./waf configure
+  ./waf build
+}
+
+package() {
+  cd pflask
+  DESTDIR="$pkgdir/" ./waf install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: pflask/repos/community-x86_64/PKGBUILD (from rev 138501, pflask/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-08-19 06:34:50 UTC (rev 138502)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=pflask
+pkgver=0.2.20150731
+_commit=bd93136a22f36ab6481f9d081ec06478cf3c83ec
+_wafver=1.8.6
+pkgrel=1
+pkgdesc="Lightweight process containers for Linux"
+arch=('i686' 'x86_64')
+url="http://ghedo.github.io/pflask/"
+license=('BSD')
+depends=('libdbus' 'bash')
+makedepends=('python-sphinx' 'git')
+source=("git+https://github.com/ghedo/pflask.git#commit=$_commit"
+        "http://ftp.waf.io/pub/release/waf-$_wafver")
+sha256sums=('SKIP'
+            '81c4e6a3144c7b2021a839e7277bdaf1cedbbc87302186897b4ae03f4effcbf5')
+
+prepare() {
+  install -Dm755 waf-$_wafver pflask/waf
+}
+
+build() {
+  cd pflask
+  PREFIX=/usr ./waf configure
+  ./waf build
+}
+
+package() {
+  cd pflask
+  DESTDIR="$pkgdir/" ./waf install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list