wok rev 20862

updated e2tools (0.0.16 -> 0.0.16.4)
author Hans-G?nter Theisgen
date Fri Feb 22 16:35:38 2019 +0100 (2019-02-22)
parents 8b4447362fc3
children 06a2108d045e
files e2tools/receipt
line diff
     1.1 --- a/e2tools/receipt	Fri Feb 22 15:37:43 2019 +0100
     1.2 +++ b/e2tools/receipt	Fri Feb 22 16:35:38 2019 +0100
     1.3 @@ -1,26 +1,29 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="e2tools"
     1.7 -VERSION="0.0.16"
     1.8 +VERSION="0.0.16.4"
     1.9  CATEGORY="base-system"
    1.10 -SHORT_DESC="Read, write, and manipulate files in an ext2/ext3 filesystem."
    1.11 +SHORT_DESC="Read, write, and manipulate files in an ext2 or ext3 filesystem."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="https://github.com/ndim/$PACKAGE"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="https://github.com/ndim/$PACKAGE"
    1.18  WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
    1.19  
    1.20  DEPENDS="e2fsprogs"
    1.21 -BUILD_DEPENDS="e2fsprogs-dev wget"
    1.22 +BUILD_DEPENDS="autoconf e2fsprogs-dev"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    1.28 +	autoreconf -vis . &&
    1.29  	./configure \
    1.30  		--prefix=/usr \
    1.31 -		$CONFIGURE_ARGS
    1.32 -	make && make DESTDIR=$DESTDIR install
    1.33 +		$CONFIGURE_ARGS &&
    1.34 +	make -j 1 &&
    1.35 +	make DESTDIR=$DESTDIR install
    1.36  }
    1.37  
    1.38  # Rules to gen a SliTaz package suitable for Tazpkg.