24 lines
572 B
Text
24 lines
572 B
Text
# Template file for 'fakechroot'
|
|
pkgname=fakechroot
|
|
version=2.17.1
|
|
revision=2
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static --sbindir=/usr/bin"
|
|
short_desc="Gives a fake chroot environment"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="https://github.com/dex4er/fakechroot"
|
|
license="LGPL-2.1"
|
|
|
|
do_fetch() {
|
|
git clone -b ${version} git://github.com/dex4er/fakechroot ${pkgname}-${version}
|
|
}
|
|
|
|
fakechroot_package() {
|
|
conf_files="
|
|
/etc/fakechroot/chroot.env
|
|
/etc/fakechroot/debootstrap.env
|
|
/etc/fakechroot/rinse.env"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|