parent
4b23a18d81
commit
578ccdc2b1
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'firejail'
|
# Template file for 'firejail'
|
||||||
pkgname=firejail
|
pkgname=firejail
|
||||||
version=0.9.34
|
version=0.9.34
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/firejail/audacious.profile
|
/etc/firejail/audacious.profile
|
||||||
|
@ -51,3 +51,9 @@ license="GPL-2"
|
||||||
homepage="https://l3net.wordpress.com/projects/firejail/"
|
homepage="https://l3net.wordpress.com/projects/firejail/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=37add3c0737206777472484591bcb742fc6c14096e4064ccc556c6bcea274ae9
|
checksum=37add3c0737206777472484591bcb742fc6c14096e4064ccc556c6bcea274ae9
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
arm*)
|
||||||
|
configure_args+=" --disable-seccomp"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
Loading…
Reference in New Issue