linux-user-chroot: remove, now replaced by bubblewrap (#8928)

See: https://git.gnome.org/browse/linux-user-chroot/tree/README
This commit is contained in:
maxice8 2017-11-06 08:57:26 -02:00 committed by Juan RP
parent 2b6b9b5703
commit b325f92ccc
3 changed files with 0 additions and 27 deletions

View file

@ -1,7 +0,0 @@
case ${ACTION} in
post)
# Restrict access to users in wheel group.
chown root:wheel usr/bin/linux-user-chroot
chmod 4750 usr/bin/linux-user-chroot
;;
esac

View file

@ -1,19 +0,0 @@
# Template file for 'linux-user-chroot'
pkgname=linux-user-chroot
version=v2013.1
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool git"
short_desc="Setuid helper for making bind mounts and chrooting"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://git.gnome.org/browse/linux-user-chroot/"
license="GPL-2"
do_fetch() {
local url="git://git.gnome.org/linux-user-chroot"
msg_normal "Fetching source from $url ...\n"
git clone -b${version} ${url} ${pkgname}-${version}
}
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}

View file

@ -1 +0,0 @@
version="${version#v*}"