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