void-packages/srcpkgs/fakeroot/template
Juan RP 46bcfebf30 fakeroot: added patch to make it work with busybox getopt, bumprev.
--HG--
extra : convert_revision : 0f6a39712ef6ec060079e50de26e54b4aff6dc45
2010-01-15 20:08:17 +01:00

18 lines
648 B
Plaintext

# Template file for 'fakeroot'
pkgname=fakeroot
version=1.14.4
revision=1
distfiles="${DEBIAN_SITE}/main/f/fakeroot/${pkgname}_${version}.orig.tar.bz2"
build_style=gnu_configure
short_desc="Gives a fake root environment"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=3236394b2f280637bc977515e46e66cf999e1db74ea7402048e64113b70b9660
long_desc="
This package is intended to remove the need to become root for a package build.
This is done by setting LD_PRELOAD to libfakeroot.so, which provides wrappers
around getuid, chown, chmod, mknod, stat, and so on, thereby creating a fake
root environment."
base_chroot=yes
Add_dependency run glibc