summaryrefslogtreecommitdiff
path: root/community/playpen
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/playpen
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/playpen')
-rw-r--r--community/playpen/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/community/playpen/PKGBUILD b/community/playpen/PKGBUILD
deleted file mode 100644
index b01dc48b6..000000000
--- a/community/playpen/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer: Daniel Micay <danielmicay@gmail.com>
-pkgname=playpen
-pkgver=1
-pkgrel=2
-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)
-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"
-}