23 lines
749 B
Plaintext
23 lines
749 B
Plaintext
# Template file for 'fakeroot'
|
|
pkgname=fakeroot
|
|
version=1.14.5
|
|
distfiles="${DEBIAN_SITE}/main/f/fakeroot/${pkgname}_${version}.orig.tar.bz2"
|
|
build_style=gnu_configure
|
|
short_desc="Gives a fake root environment"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=b035c834944bf9482027f48c388de8492e96609825265ac03f05408d0b3aae68
|
|
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."
|
|
|
|
base_chroot=yes
|
|
Add_dependency run glibc
|
|
|
|
post_install()
|
|
{
|
|
# Use /bin/sh shebang.
|
|
sed -i -e "s|^#!/bin/bash$|#!/bin/sh|" ${DESTDIR}/usr/bin/fakeroot
|
|
}
|