# Template file for 'chroot-fakeroot' pkgname=chroot-fakeroot version=1.18.4 revision=1 bootstrap=yes wrksrc="fakeroot-${version}" build_style=gnu-configure makedepends="chroot-util-linux" short_desc="Gives a fake root environment -- for xbps-src use" maintainer="Juan RP " homepage="http://packages.debian.org/fakeroot" license="GPL-3" distfiles="${DEBIAN_SITE}/main/f/fakeroot/fakeroot_${version}.orig.tar.bz2" checksum=0a359efa3e9496c33234b3e9c89306a09bb4da9d33de43c261f1d8447e6ebea2 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." post_install() { rm -rf ${DESTDIR}/usr/share rm -f ${DESTDIR}/usr/lib/*.a } chroot-fakeroot_package() { depends="chroot-util-linux" provides="fakeroot-${version}_${revision}" conflicts="fakeroot>=0" pkg_install() { vmove usr } }