diff --git a/srcpkgs/chroot-fakeroot/chroot-fakeroot.rshlibs b/srcpkgs/chroot-fakeroot/chroot-fakeroot.rshlibs new file mode 100644 index 00000000000..631aa1dda40 --- /dev/null +++ b/srcpkgs/chroot-fakeroot/chroot-fakeroot.rshlibs @@ -0,0 +1 @@ +libc.so.6 diff --git a/srcpkgs/chroot-fakeroot/template b/srcpkgs/chroot-fakeroot/template new file mode 100644 index 00000000000..ce0f08eb702 --- /dev/null +++ b/srcpkgs/chroot-fakeroot/template @@ -0,0 +1,26 @@ +# Template file for 'chroot-fakeroot' +pkgname=chroot-fakeroot +version=1.18.2 +wrksrc="fakeroot-${version}" +distfiles="${DEBIAN_SITE}/main/f/fakeroot/fakeroot_${version}.orig.tar.bz2" +build_style=gnu-configure +configure_args="--disable-shared --disable-nls" +short_desc="Gives a fake root environment -- for xbps-src use" +maintainer="Juan RP " +homepage="http://packages.debian.org/fakeroot" +license="GPL-3" +checksum=9dc942e3ef2ec83c6e6fe59de05da6ab54f39948be64803f37721adab4c6aed8 +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" + +post_install() { + rm -rf ${DESTDIR}/usr/share ${DESTDIR}/usr/lib +}