25 lines
750 B
Text
25 lines
750 B
Text
# Template file for 'fakechroot'
|
|
pkgname=fakechroot
|
|
version=2.16
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Gives a fake chroot environment"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="https://github.com/fakechroot/fakechroot"
|
|
license="LGPL-2.1"
|
|
distfiles="https://github.com/downloads/fakechroot/fakechroot/fakechroot-${version}.tar.gz"
|
|
checksum=81c105e0878b55fbcf430235badcb31249d86ac435297910f411d9955dadf9c6
|
|
long_desc="
|
|
This package provides a library which overrides libc functions, so it is
|
|
possible to use root-specific tools without root privileges."
|
|
|
|
fakechroot_package() {
|
|
conf_files="
|
|
/etc/fakechroot/chroot.env
|
|
/etc/fakechroot/debootstrap.env
|
|
/etc/fakechroot/rinse.env"
|
|
pkg_install() {
|
|
vmove etc
|
|
vmove usr
|
|
}
|
|
}
|