2008-10-21 06:36:29 +02:00
|
|
|
# Template file for 'fakeroot'
|
|
|
|
pkgname=fakeroot
|
2009-07-29 16:29:31 +02:00
|
|
|
version=1.12.4
|
2008-10-28 23:57:52 +01:00
|
|
|
distfiles="http://ftp.de.debian.org/debian/pool/main/f/fakeroot/${pkgname}_${version}.tar.gz"
|
2008-10-21 06:36:29 +02:00
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="Gives a fake root environment"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-07-29 16:29:31 +02:00
|
|
|
checksum=dbcab1f495b857e67feff882e018ca59958b8d189ff1f76684d28e35463ec29d
|
2008-10-21 06:36:29 +02:00
|
|
|
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."
|
|
|
|
|
2009-03-07 00:56:15 +01:00
|
|
|
Add_dependency full glibc
|