22 lines
561 B
Bash
22 lines
561 B
Bash
# Template file for 'firejail'
|
|
pkgname=firejail
|
|
version=0.9.52
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake"
|
|
conf_files="/etc/firejail/*"
|
|
short_desc="SUID security sandbox program"
|
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
|
license="GPL-2"
|
|
homepage="https://firejail.wordpress.com"
|
|
distfiles="https://github.com/netblue30/firejail/archive/${version}.tar.gz"
|
|
checksum=e9e63ec8a740b0021eea8ff5b7c95d34605b439d7d2afa7699f3767745ac2ba4
|
|
|
|
if [ -n "$CROSS_BUILD" ]; then
|
|
configure_args+=" --disable-seccomp"
|
|
fi
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|