{chroot-,}fakeroot: update to 1.20.
This commit is contained in:
parent
0bb632d936
commit
fdd49c5179
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'chroot-fakeroot'
|
||||
pkgname=chroot-fakeroot
|
||||
version=1.18.4
|
||||
version=1.20
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
wrksrc="fakeroot-${version}"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://packages.debian.org/fakeroot"
|
||||
license="GPL-3"
|
||||
distfiles="${DEBIAN_SITE}/main/f/fakeroot/fakeroot_${version}.orig.tar.bz2"
|
||||
checksum=0a359efa3e9496c33234b3e9c89306a09bb4da9d33de43c261f1d8447e6ebea2
|
||||
checksum=2297b7e79487cf0bbc64ff6d3d02446d895e82e2b26467c74fd1119011f6f098
|
||||
long_desc="
|
||||
This package is intended to remove the need to become root for a package build.
|
||||
This is done by setting LD_PRELOAD to libfakeroot.so, which provides wrappers
|
||||
|
@ -30,6 +30,6 @@ chroot-fakeroot_package() {
|
|||
provides="fakeroot-${version}_${revision}"
|
||||
conflicts="fakeroot>=0"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fakeroot'
|
||||
pkgname=fakeroot
|
||||
version=1.18.4
|
||||
revision=2
|
||||
version=1.20
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
short_desc="Gives a fake root environment"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://packages.debian.org/fakeroot"
|
||||
license="GPL-3"
|
||||
distfiles="${DEBIAN_SITE}/main/f/fakeroot/${pkgname}_${version}.orig.tar.bz2"
|
||||
checksum=0a359efa3e9496c33234b3e9c89306a09bb4da9d33de43c261f1d8447e6ebea2
|
||||
checksum=2297b7e79487cf0bbc64ff6d3d02446d895e82e2b26467c74fd1119011f6f098
|
||||
long_desc="
|
||||
This package is intended to remove the need to become root for a package build.
|
||||
This is done by setting LD_PRELOAD to libfakeroot.so, which provides wrappers
|
||||
|
@ -24,6 +24,6 @@ post_install() {
|
|||
fakeroot_package() {
|
||||
conflicts="chroot-fakeroot>=0"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue