forked from hasufell/hasufell-repository
sys-apps/bubblewrap: initial import
This commit is contained in:
parent
63596392f4
commit
d84258082d
29
packages/sys-apps/bubblewrap/bubblewrap-0.1.4.exheres-0
Normal file
29
packages/sys-apps/bubblewrap/bubblewrap-0.1.4.exheres-0
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
require github [ user='projectatomic' suffix="tar.xz" release="v${PV}" ]
|
||||||
|
|
||||||
|
SUMMARY="Unprivileged sandboxing tool"
|
||||||
|
|
||||||
|
LICENCES="LGPL-2"
|
||||||
|
SLOT="0"
|
||||||
|
PLATFORMS="~amd64 ~x86"
|
||||||
|
MYOPTIONS="
|
||||||
|
selinux
|
||||||
|
"
|
||||||
|
|
||||||
|
DEPENDENCIES="
|
||||||
|
build:
|
||||||
|
dev-libs/libxslt
|
||||||
|
virtual/pkg-config
|
||||||
|
"
|
||||||
|
|
||||||
|
BUGS_TO="hasufell@posteo.de"
|
||||||
|
|
||||||
|
DEFAULT_SRC_CONFIGURE_PARAMS=(
|
||||||
|
--with-bash-completion-dir=/usr/share/bash-completion/completions
|
||||||
|
)
|
||||||
|
DEFAULT_SRC_CONFIGURE_OPTION_ENABLES=(
|
||||||
|
'selinux'
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user