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

Sergej Pupykin spupykin at archlinux.org
Thu Jun 2 18:54:56 UTC 2016


    Date: Thursday, June 2, 2016 @ 20:54:56
  Author: spupykin
Revision: 177751

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

Added:
  firejail/repos/community-i686/
  firejail/repos/community-i686/PKGBUILD
    (from rev 177750, firejail/trunk/PKGBUILD)
  firejail/repos/community-x86_64/
  firejail/repos/community-x86_64/PKGBUILD
    (from rev 177750, firejail/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: firejail/repos/community-i686/PKGBUILD (from rev 177750, firejail/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-06-02 18:54:56 UTC (rev 177751)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: ajs124 < aur AT ajs124 DOT de >
+
+pkgname=firejail
+pkgver=0.9.40
+pkgrel=1
+pkgdesc="Linux namespaces sandbox program"
+arch=(i686 x86_64)
+license=(GPL2)
+url=https://l3net.wordpress.com/projects/firejail/
+backup=(etc/firejail/login.users)
+#source=(${pkgname}-${pkgver}.tar.gz::https://github.com/netblue30/${pkgname}/archive/$pkgver.tar.gz)
+source=(http://sourceforge.net/projects/firejail/files/firejail/firejail-${pkgver}.tar.bz2)
+md5sums=('f73e7d3287b0af843365a2278723beb6')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	# fix build
+	export CFLAGS=${CFLAGS/-fsanitize=undefined/}
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}

Copied: firejail/repos/community-x86_64/PKGBUILD (from rev 177750, firejail/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-06-02 18:54:56 UTC (rev 177751)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: ajs124 < aur AT ajs124 DOT de >
+
+pkgname=firejail
+pkgver=0.9.40
+pkgrel=1
+pkgdesc="Linux namespaces sandbox program"
+arch=(i686 x86_64)
+license=(GPL2)
+url=https://l3net.wordpress.com/projects/firejail/
+backup=(etc/firejail/login.users)
+#source=(${pkgname}-${pkgver}.tar.gz::https://github.com/netblue30/${pkgname}/archive/$pkgver.tar.gz)
+source=(http://sourceforge.net/projects/firejail/files/firejail/firejail-${pkgver}.tar.bz2)
+md5sums=('f73e7d3287b0af843365a2278723beb6')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	# fix build
+	export CFLAGS=${CFLAGS/-fsanitize=undefined/}
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list