void-packages/srcpkgs/firejail/template
2015-11-09 15:30:32 +01:00

60 lines
1.8 KiB
Bash

# Template file for 'firejail'
pkgname=firejail
version=0.9.34
revision=1
build_style=gnu-configure
build_pie=yes
conf_files="
/etc/firejail/audacious.profile
/etc/firejail/chromium-browser.profile
/etc/firejail/chromium.profile
/etc/firejail/clementine.profile
/etc/firejail/conkeror.profile
/etc/firejail/deadbeef.profile
/etc/firejail/deluge.profile
/etc/firejail/disable-common.inc
/etc/firejail/disable-devel.inc
/etc/firejail/disable-mgmt.inc
/etc/firejail/disable-secret.inc
/etc/firejail/dropbox.profile
/etc/firejail/empathy.profile
/etc/firejail/evince.profile
/etc/firejail/fbreader.profile
/etc/firejail/filezilla.profile
/etc/firejail/firefox.profile
/etc/firejail/generic.profile
/etc/firejail/gnome-mplayer.profile
/etc/firejail/google-chrome.profile
/etc/firejail/icecat.profile
/etc/firejail/icedove.profile
/etc/firejail/iceweasel.profile
/etc/firejail/login.users
/etc/firejail/midori.profile
/etc/firejail/opera.profile
/etc/firejail/pidgin.profile
/etc/firejail/qbittorrent.profile
/etc/firejail/quassel.profile
/etc/firejail/rhythmbox.profile
/etc/firejail/server.profile
/etc/firejail/spotify.profile
/etc/firejail/skype.profile
/etc/firejail/steam.profile
/etc/firejail/thunderbird.profile
/etc/firejail/totem.profile
/etc/firejail/transmission-gtk.profile
/etc/firejail/transmission-qt.profile
/etc/firejail/vlc.profile
/etc/firejail/wine.profile
/etc/firejail/xchat.profile"
short_desc="SUID security sandbox program"
maintainer="Duncaen <duncaen@voidlinux.eu>"
license="GPL-2"
homepage="https://l3net.wordpress.com/projects/firejail/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=37add3c0737206777472484591bcb742fc6c14096e4064ccc556c6bcea274ae9
case "$XBPS_TARGET_MACHINE" in
arm*)
configure_args+=" --disable-seccomp"
;;
esac