2008-10-21 06:36:29 +02:00
|
|
|
# Template file for 'fakeroot'
|
|
|
|
pkgname=fakeroot
|
2014-11-09 20:33:10 +01:00
|
|
|
version=1.20.2
|
2014-11-09 20:50:05 +01:00
|
|
|
revision=2
|
2014-03-15 10:05:34 +01:00
|
|
|
lib32disabled=yes
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2013-10-23 11:24:03 +02:00
|
|
|
makedepends="acl-devel libcap-devel"
|
2011-09-01 09:32:41 +02:00
|
|
|
configure_args="--disable-static"
|
2008-10-21 06:36:29 +02:00
|
|
|
short_desc="Gives a fake root environment"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2011-06-14 15:25:09 +02:00
|
|
|
homepage="http://packages.debian.org/fakeroot"
|
|
|
|
license="GPL-3"
|
2013-02-01 11:10:35 +01:00
|
|
|
distfiles="${DEBIAN_SITE}/main/f/fakeroot/${pkgname}_${version}.orig.tar.bz2"
|
2014-11-09 20:33:10 +01:00
|
|
|
checksum=7c0a164d19db3efa9e802e0fc7cdfeff70ec6d26cdbdc4338c9c2823c5ea230c
|
2008-10-21 06:36:29 +02:00
|
|
|
|
2011-12-03 08:05:38 +01:00
|
|
|
post_install() {
|
2010-04-21 16:50:53 +02:00
|
|
|
# Use /bin/sh shebang.
|
|
|
|
sed -i -e "s|^#!/bin/bash$|#!/bin/sh|" ${DESTDIR}/usr/bin/fakeroot
|
|
|
|
}
|