2012-02-28 10:32:49 +00:00
|
|
|
# Template file for 'chroot-fakeroot'
|
|
|
|
pkgname=chroot-fakeroot
|
2012-04-26 08:35:39 +00:00
|
|
|
version=1.18.3
|
2012-02-28 10:32:49 +00:00
|
|
|
wrksrc="fakeroot-${version}"
|
|
|
|
distfiles="${DEBIAN_SITE}/main/f/fakeroot/fakeroot_${version}.orig.tar.bz2"
|
|
|
|
build_style=gnu-configure
|
|
|
|
short_desc="Gives a fake root environment -- for xbps-src use"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
homepage="http://packages.debian.org/fakeroot"
|
|
|
|
license="GPL-3"
|
2012-04-26 08:35:39 +00:00
|
|
|
checksum=7604f7e2e097997f78843982196af54559974a68dd3e8665d22f1883dd6d3ff1
|
2012-02-28 10:32:49 +00:00
|
|
|
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.
|
|
|
|
|
|
|
|
This package is only meant to be used by xbps-src, don't install it manually."
|
|
|
|
|
|
|
|
bootstrap=yes
|
|
|
|
conflicts="fakeroot>=0"
|
2012-02-28 18:10:35 +00:00
|
|
|
provides="fakeroot-${version}"
|
|
|
|
|
2012-03-09 01:03:12 +00:00
|
|
|
Add_dependency full chroot-util-linux
|
2012-02-28 10:32:49 +00:00
|
|
|
|
|
|
|
post_install() {
|
2012-02-28 17:27:11 +00:00
|
|
|
rm -rf ${DESTDIR}/usr/share
|
|
|
|
rm -f ${DESTDIR}/usr/lib/*.a
|
2012-02-28 10:32:49 +00:00
|
|
|
}
|