# HG changeset patch # User Hans-G?nter Theisgen # Date 1551360592 -3600 # Node ID ea500bc83235ba20f28ce3a25766513a506de4e8 # Parent f32496b1aee46c6a7684b4a0df22d79a96362aa2 updated fakeroot (1.15.1 -> 1.23) diff -r f32496b1aee4 -r ea500bc83235 fakeroot/receipt --- a/fakeroot/receipt Thu Feb 28 10:02:02 2019 +0100 +++ b/fakeroot/receipt Thu Feb 28 14:29:52 2019 +0100 @@ -1,26 +1,29 @@ # SliTaz package receipt. PACKAGE="fakeroot" -VERSION="1.15.1" +VERSION="1.23" CATEGORY="development" -SHORT_DESC="Gives a fake root environment, useful for building packages as a non-privileged user" +SHORT_DESC="Gives a fake root environment, useful for building packages as a non-privileged user." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL2" -TARBALL="${PACKAGE}_${VERSION}.orig.tar.bz2" WEB_SITE="http://packages.debian.org/fakeroot" + +TARBALL="${PACKAGE}_${VERSION}.orig.tar.xz" WGET_URL="http://ftp.debian.org/debian/pool/main/f/$PACKAGE/$TARBALL" +BUILD_DEPENDS="libcap-dev" + # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --disable-static \ $CONFIGURE_ARGS && - make && make DESTDIR=$DESTDIR install + make -j 1 && + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.