fakeroot: update to 1.18.4.
This commit is contained in:
parent
503bfcef99
commit
5ea337d2ca
2 changed files with 9 additions and 11 deletions
|
@ -1,16 +1,19 @@
|
||||||
# Template file for 'chroot-fakeroot'
|
# Template file for 'chroot-fakeroot'
|
||||||
pkgname=chroot-fakeroot
|
pkgname=chroot-fakeroot
|
||||||
version=1.18.3
|
version=1.18.4
|
||||||
|
revision=1
|
||||||
|
bootstrap=yes
|
||||||
wrksrc="fakeroot-${version}"
|
wrksrc="fakeroot-${version}"
|
||||||
distfiles="${DEBIAN_SITE}/main/f/fakeroot/fakeroot_${version}.orig.tar.bz2"
|
distfiles="${DEBIAN_SITE}/main/f/fakeroot/fakeroot_${version}.orig.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
fulldepends="chroot-util-linux"
|
fulldepends="chroot-util-linux"
|
||||||
revision=1
|
conflicts="fakeroot>=0"
|
||||||
|
provides="fakeroot-${version}_${revision}"
|
||||||
short_desc="Gives a fake root environment -- for xbps-src use"
|
short_desc="Gives a fake root environment -- for xbps-src use"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://packages.debian.org/fakeroot"
|
homepage="http://packages.debian.org/fakeroot"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
checksum=7604f7e2e097997f78843982196af54559974a68dd3e8665d22f1883dd6d3ff1
|
checksum=0a359efa3e9496c33234b3e9c89306a09bb4da9d33de43c261f1d8447e6ebea2
|
||||||
long_desc="
|
long_desc="
|
||||||
This package is intended to remove the need to become root for a package build.
|
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
|
This is done by setting LD_PRELOAD to libfakeroot.so, which provides wrappers
|
||||||
|
@ -19,11 +22,6 @@ long_desc="
|
||||||
|
|
||||||
This package is only meant to be used by xbps-src, don't install it manually."
|
This package is only meant to be used by xbps-src, don't install it manually."
|
||||||
|
|
||||||
bootstrap=yes
|
|
||||||
conflicts="fakeroot>=0"
|
|
||||||
provides="fakeroot-${version}"
|
|
||||||
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share
|
rm -rf ${DESTDIR}/usr/share
|
||||||
rm -f ${DESTDIR}/usr/lib/*.a
|
rm -f ${DESTDIR}/usr/lib/*.a
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'fakeroot'
|
# Template file for 'fakeroot'
|
||||||
pkgname=fakeroot
|
pkgname=fakeroot
|
||||||
version=1.18.3
|
version=1.18.4
|
||||||
|
revision=1
|
||||||
distfiles="${DEBIAN_SITE}/main/f/fakeroot/${pkgname}_${version}.orig.tar.bz2"
|
distfiles="${DEBIAN_SITE}/main/f/fakeroot/${pkgname}_${version}.orig.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
revision=1
|
|
||||||
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>"
|
||||||
homepage="http://packages.debian.org/fakeroot"
|
homepage="http://packages.debian.org/fakeroot"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
checksum=7604f7e2e097997f78843982196af54559974a68dd3e8665d22f1883dd6d3ff1
|
checksum=0a359efa3e9496c33234b3e9c89306a09bb4da9d33de43c261f1d8447e6ebea2
|
||||||
long_desc="
|
long_desc="
|
||||||
This package is intended to remove the need to become root for a package build.
|
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
|
This is done by setting LD_PRELOAD to libfakeroot.so, which provides wrappers
|
||||||
|
|
Loading…
Reference in a new issue