void-packages/templates/fakeroot/template
Juan RP 9fa47ba790 fakeroot: update to 1.12.4.
--HG--
extra : convert_revision : 4b54566b4242524135aadfa7813ce759b054a32a
2009-07-29 16:29:31 +02:00

19 lines
703 B
Text

# Template file for 'fakeroot'
pkgname=fakeroot
version=1.12.4
distfiles="http://ftp.de.debian.org/debian/pool/main/f/fakeroot/${pkgname}_${version}.tar.gz"
build_style=gnu_configure
short_desc="Gives a fake root environment"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=dbcab1f495b857e67feff882e018ca59958b8d189ff1f76684d28e35463ec29d
long_desc="
This package is intended to enable something like:
dpkg-buildpackage -rfakeroot
i.e. 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."
Add_dependency full glibc