forked from hasufell/hasufell-repository
sys-apps/bubblewrap: bump to 0.3.1
This commit is contained in:
44
packages/sys-apps/bubblewrap/bubblewrap-0.3.1.exheres-0
Normal file
44
packages/sys-apps/bubblewrap/bubblewrap-0.3.1.exheres-0
Normal file
@@ -0,0 +1,44 @@
|
||||
# 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}" ]
|
||||
require bash-completion
|
||||
|
||||
SUMMARY="Unprivileged sandboxing tool"
|
||||
|
||||
LICENCES="LGPL-2"
|
||||
SLOT="0"
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
MYOPTIONS="
|
||||
selinux
|
||||
"
|
||||
|
||||
# doesn't work well with sydbox, test will be
|
||||
# skipped, resulting in false-positive
|
||||
RESTRICT="test"
|
||||
|
||||
DEPENDENCIES="
|
||||
build:
|
||||
dev-libs/libxslt
|
||||
sys-kernel/linux-headers[>=4.3]
|
||||
virtual/pkg-config
|
||||
build+run:
|
||||
sys-libs/libcap
|
||||
selinux? ( security/libselinux[>=2.1.9] )
|
||||
"
|
||||
|
||||
BUGS_TO="hasufell@posteo.de"
|
||||
|
||||
DEFAULT_SRC_CONFIGURE_PARAMS=(
|
||||
--enable-man
|
||||
--with-bash-completion-dir=${BASHCOMPLETIONDIR}
|
||||
)
|
||||
|
||||
DEFAULT_SRC_CONFIGURE_OPTION_ENABLES=(
|
||||
'selinux'
|
||||
)
|
||||
|
||||
src_install() {
|
||||
default
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user