fakechroot: update to 2.16.
This commit is contained in:
parent
1d69771056
commit
bf1d979b80
2 changed files with 12 additions and 5 deletions
2
srcpkgs/fakechroot/fakechroot.rshlibs
Normal file
2
srcpkgs/fakechroot/fakechroot.rshlibs
Normal file
|
@ -0,0 +1,2 @@
|
|||
libdl.so.2
|
||||
libc.so.6
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue