Date: Sunday, July 21, 2013 @ 01:25:36
  Author: thestinger
Revision: 94334

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

Added:
  playpen/repos/community-i686/
  playpen/repos/community-i686/PKGBUILD
    (from rev 94333, playpen/trunk/PKGBUILD)
  playpen/repos/community-x86_64/
  playpen/repos/community-x86_64/PKGBUILD
    (from rev 94333, playpen/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: playpen/repos/community-i686/PKGBUILD (from rev 94333, 
playpen/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2013-07-20 23:25:36 UTC (rev 94334)
@@ -0,0 +1,27 @@
+# Maintainer: Daniel Micay <[email protected]>
+pkgname=playpen
+pkgver=1
+pkgrel=1
+epoch=1
+pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/playpen/'
+license=(MIT)
+depends=(libseccomp gcc-libs)
+makedepends=(git python clang)
+provides=(playpen)
+conflicts=(playpen)
+source=(git://github.com/thestinger/playpen#tag=1)
+md5sums=(SKIP)
+
+build() {
+  cd $pkgname
+  git submodule update --init
+  make
+}
+
+package() {
+  cd $pkgname
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: playpen/repos/community-x86_64/PKGBUILD (from rev 94333, 
playpen/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-20 23:25:36 UTC (rev 94334)
@@ -0,0 +1,27 @@
+# Maintainer: Daniel Micay <[email protected]>
+pkgname=playpen
+pkgver=1
+pkgrel=1
+epoch=1
+pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/playpen/'
+license=(MIT)
+depends=(libseccomp gcc-libs)
+makedepends=(git python clang)
+provides=(playpen)
+conflicts=(playpen)
+source=(git://github.com/thestinger/playpen#tag=1)
+md5sums=(SKIP)
+
+build() {
+  cd $pkgname
+  git submodule update --init
+  make
+}
+
+package() {
+  cd $pkgname
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Reply via email to