2008-10-21 04:36:29 +00:00
|
|
|
# Template file for 'fakeroot'
|
|
|
|
pkgname=fakeroot
|
2014-08-01 07:36:00 +00:00
|
|
|
version=1.20.1
|
|
|
|
revision=1
|
2014-03-15 09:05:34 +00:00
|
|
|
lib32disabled=yes
|
2014-02-19 13:37:00 +00:00
|
|
|
conflicts="chroot-fakeroot>=0"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2013-10-23 09:24:03 +00:00
|
|
|
makedepends="acl-devel libcap-devel"
|
2011-09-01 07:32:41 +00:00
|
|
|
configure_args="--disable-static"
|
2008-10-21 04:36:29 +00:00
|
|
|
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"
|
2013-02-01 10:10:35 +00:00
|
|
|
distfiles="${DEBIAN_SITE}/main/f/fakeroot/${pkgname}_${version}.orig.tar.bz2"
|
2014-08-01 07:36:00 +00:00
|
|
|
checksum=19d3aaf0b71c04d7e4f1dcf7e05152def735b2076faee7c2c66af08d17c18db2
|
2008-10-21 04:36:29 +00:00
|
|
|
|
2011-12-03 07:05:38 +00:00
|
|
|
post_install() {
|
2010-04-21 14:50:53 +00:00
|
|
|
# Use /bin/sh shebang.
|
|
|
|
sed -i -e "s|^#!/bin/bash$|#!/bin/sh|" ${DESTDIR}/usr/bin/fakeroot
|
|
|
|
}
|