2010-01-15 03:40:03 +00:00
|
|
|
# Template file for 'fakechroot'
|
|
|
|
pkgname=fakechroot
|
2013-12-14 05:49:46 +00:00
|
|
|
version=2.17.1
|
2013-12-14 06:12:58 +00:00
|
|
|
revision=2
|
2012-08-09 08:30:16 +00:00
|
|
|
build_style=gnu-configure
|
2013-12-14 05:49:46 +00:00
|
|
|
configure_args="--disable-static --sbindir=/usr/bin"
|
2014-01-01 15:10:11 +00:00
|
|
|
conf_files="
|
|
|
|
/etc/fakechroot/chroot.env
|
|
|
|
/etc/fakechroot/debootstrap.env
|
|
|
|
/etc/fakechroot/rinse.env"
|
2010-01-15 03:40:03 +00:00
|
|
|
short_desc="Gives a fake chroot environment"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-12-14 05:49:46 +00:00
|
|
|
homepage="https://github.com/dex4er/fakechroot"
|
2012-08-09 08:30:16 +00:00
|
|
|
license="LGPL-2.1"
|
2013-12-14 05:49:46 +00:00
|
|
|
|
|
|
|
do_fetch() {
|
|
|
|
git clone -b ${version} git://github.com/dex4er/fakechroot ${pkgname}-${version}
|
|
|
|
}
|