void-packages/srcpkgs/fakeroot/template

31 lines
938 B
Text
Raw Normal View History

# Template file for 'fakeroot'
pkgname=fakeroot
2013-09-23 06:10:31 +00:00
version=1.20
revision=2
build_style=gnu-configure
makedepends="acl-devel libcap-devel"
configure_args="--disable-static"
short_desc="Gives a fake root environment"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-06-14 13:25:09 +00:00
homepage="http://packages.debian.org/fakeroot"
license="GPL-3"
distfiles="${DEBIAN_SITE}/main/f/fakeroot/${pkgname}_${version}.orig.tar.bz2"
2013-09-23 06:11:30 +00:00
checksum=2297b7e79487cf0bbc64ff6d3d02446d895e82e2b26467c74fd1119011f6f098
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."
2011-12-03 07:05:38 +00:00
post_install() {
# Use /bin/sh shebang.
sed -i -e "s|^#!/bin/bash$|#!/bin/sh|" ${DESTDIR}/usr/bin/fakeroot
}
fakeroot_package() {
conflicts="chroot-fakeroot>=0"
pkg_install() {
2013-09-23 06:10:31 +00:00
vmove all
}
}