summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Żołnowski <aidecoe@gentoo.org>2016-01-05 21:09:48 +0000
committerAmadeusz Żołnowski <aidecoe@gentoo.org>2016-01-05 21:19:56 +0000
commit846991c796b897d07999f44d950ab516899dbe69 (patch)
tree9bba87cd51aa3ff4ace79eb9cf020b14a57d993b /sys-apps/firejail/firejail-0.9.36.ebuild
parentapp-backup/obnam: fix paramiko dep in 1.18.2-r1 (diff)
downloadgentoo-846991c796b897d07999f44d950ab516899dbe69.tar.gz
gentoo-846991c796b897d07999f44d950ab516899dbe69.tar.bz2
gentoo-846991c796b897d07999f44d950ab516899dbe69.zip
sys-apps/firejail: Add new package
Package-Manager: portage-2.2.26
Diffstat (limited to 'sys-apps/firejail/firejail-0.9.36.ebuild')
-rw-r--r--sys-apps/firejail/firejail-0.9.36.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/sys-apps/firejail/firejail-0.9.36.ebuild b/sys-apps/firejail/firejail-0.9.36.ebuild
new file mode 100644
index 000000000000..9aaeccd8726f
--- /dev/null
+++ b/sys-apps/firejail/firejail-0.9.36.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Security sandbox for any type of processes"
+HOMEPAGE="https://firejail.wordpress.com/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+seccomp"
+
+DEPEND=""
+RDEPEND=""
+
+src_configure() {
+ econf $(use_enable seccomp)
+}