wok rev 20910

updated fakeroot (1.15.1 -> 1.23)
author Hans-G?nter Theisgen
date Thu Feb 28 14:29:52 2019 +0100 (2019-02-28)
parents f32496b1aee4
children db1b23d518a8
files fakeroot/receipt
line diff
     1.1 --- a/fakeroot/receipt	Thu Feb 28 10:02:02 2019 +0100
     1.2 +++ b/fakeroot/receipt	Thu Feb 28 14:29:52 2019 +0100
     1.3 @@ -1,26 +1,29 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="fakeroot"
     1.7 -VERSION="1.15.1"
     1.8 +VERSION="1.23"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Gives a fake root environment, useful for building packages as a non-privileged user"
    1.11 +SHORT_DESC="Gives a fake root environment, useful for building packages as a non-privileged user."
    1.12  MAINTAINER="slaxemulator@gmail.com"
    1.13  LICENSE="GPL2"
    1.14 -TARBALL="${PACKAGE}_${VERSION}.orig.tar.bz2"
    1.15  WEB_SITE="http://packages.debian.org/fakeroot"
    1.16 +
    1.17 +TARBALL="${PACKAGE}_${VERSION}.orig.tar.xz"
    1.18  WGET_URL="http://ftp.debian.org/debian/pool/main/f/$PACKAGE/$TARBALL"
    1.19  
    1.20 +BUILD_DEPENDS="libcap-dev"
    1.21 +
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	cd $src
    1.26  	./configure \
    1.27  		--prefix=/usr \
    1.28  		--infodir=/usr/share/info \
    1.29  		--mandir=/usr/share/man \
    1.30  		--disable-static \
    1.31  		$CONFIGURE_ARGS &&
    1.32 -	make && make DESTDIR=$DESTDIR install
    1.33 +	make -j 1 &&
    1.34 +	make DESTDIR=$DESTDIR install
    1.35  }
    1.36  
    1.37  # Rules to gen a SliTaz package suitable for Tazpkg.