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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Jan 11 17:59:47 UTC 2017


    Date: Wednesday, January 11, 2017 @ 17:59:46
  Author: bpiotrowski
Revision: 285697

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

Added:
  bubblewrap/repos/extra-i686/
  bubblewrap/repos/extra-i686/PKGBUILD
    (from rev 285696, bubblewrap/trunk/PKGBUILD)
  bubblewrap/repos/extra-x86_64/
  bubblewrap/repos/extra-x86_64/PKGBUILD
    (from rev 285696, bubblewrap/trunk/PKGBUILD)

-----------------------+
 extra-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: bubblewrap/repos/extra-i686/PKGBUILD (from rev 285696, bubblewrap/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-01-11 17:59:46 UTC (rev 285697)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=bubblewrap
+pkgver=0.1.5
+pkgrel=1
+pkgdesc='Unprivileged sandboxing tool'
+url='https://github.com/projectatomic/bubblewrap'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc')
+source=($url/releases/download/v$pkgver/bubblewrap-${pkgver}.tar.xz)
+sha256sums=('a623489a31c0bc6e32ebfef8e55cde16cc0b5d042e5e645e215fda0fb7ec4aad')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --with-priv-mode=setuid
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: bubblewrap/repos/extra-x86_64/PKGBUILD (from rev 285696, bubblewrap/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-01-11 17:59:46 UTC (rev 285697)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=bubblewrap
+pkgver=0.1.5
+pkgrel=1
+pkgdesc='Unprivileged sandboxing tool'
+url='https://github.com/projectatomic/bubblewrap'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc')
+source=($url/releases/download/v$pkgver/bubblewrap-${pkgver}.tar.xz)
+sha256sums=('a623489a31c0bc6e32ebfef8e55cde16cc0b5d042e5e645e215fda0fb7ec4aad')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --with-priv-mode=setuid
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list