fakechroot: update to 2.16.

This commit is contained in:
Juan RP 2012-08-09 10:30:16 +02:00
parent 1d69771056
commit bf1d979b80
2 changed files with 12 additions and 5 deletions

View file

@ -0,0 +1,2 @@
libdl.so.2
libc.so.6

View file

@ -1,14 +1,19 @@
# Template file for 'fakechroot'
pkgname=fakechroot
version=2.14
distfiles="${DEBIAN_SITE}/main/f/$pkgname/${pkgname}_${version}.orig.tar.gz"
build_style=gnu-configure
depends="glibc"
version=2.16
revision=1
build_style=gnu-configure
short_desc="Gives a fake chroot environment"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=da5d61f1c752e2e43400fc6c70cb8ad2f7177a3295534f8e0c6e3c208432d9f5
homepage="https://github.com/fakechroot/fakechroot"
license="LGPL-2.1"
distfiles="https://github.com/downloads/fakechroot/fakechroot/fakechroot-${version}.tar.gz"
checksum=81c105e0878b55fbcf430235badcb31249d86ac435297910f411d9955dadf9c6
long_desc="
This package provides a library which overrides libc functions, so it is
possible to use root-specific tools without root privileges."
conf_files="
/etc/${pkgname}/chroot.env
/etc/${pkgname}/debootstrap.env
/etc/${pkgname}/rinse.env"