fakeroot: update to 1.20.
This commit is contained in:
parent
bf334b7377
commit
5e787a804e
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'fakeroot'
|
# Template file for 'fakeroot'
|
||||||
pkgname=fakeroot
|
pkgname=fakeroot
|
||||||
version=1.18.4
|
version=1.20
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
makedepends="libcap-devel"
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
short_desc="Gives a fake root environment"
|
short_desc="Gives a fake root environment"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -24,6 +25,6 @@ post_install() {
|
||||||
fakeroot_package() {
|
fakeroot_package() {
|
||||||
conflicts="chroot-fakeroot>=0"
|
conflicts="chroot-fakeroot>=0"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue