void-packages/srcpkgs/fakeroot/template

27 lines
853 B
Text
Raw Normal View History

# Template file for 'fakeroot'
pkgname=fakeroot
2011-09-01 06:31:18 +00:00
version=1.18
revision=1
distfiles="${DEBIAN_SITE}/main/f/fakeroot/${pkgname}_${version}.orig.tar.bz2"
build_style=gnu_configure
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"
2011-09-01 06:31:18 +00:00
checksum=3914c58ca81b6ba79cd35f063ec08c13c6723267830861519730eb7984dca95d
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."
bootstrap=yes
Add_dependency run glibc
post_install()
{
# Use /bin/sh shebang.
sed -i -e "s|^#!/bin/bash$|#!/bin/sh|" ${DESTDIR}/usr/bin/fakeroot
}