wok diff gf2x/receipt @ rev 22099

Add python-incremental
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 01 14:48:33 2019 +0100 (2019-11-01)
parents 380ffe05937a
children 44b836c51f50
line diff
     1.1 --- a/gf2x/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/gf2x/receipt	Fri Nov 01 14:48:33 2019 +0100
     1.3 @@ -1,22 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gf2x"
     1.7 -VERSION="1.1"
     1.8 +VERSION="1.2"
     1.9  CATEGORY="misc"
    1.10 -SHORT_DESC="gf2x is a library for multiplying polynomials over the binary field"
    1.11 +SHORT_DESC="gf2x is a library for multiplying polynomials over the binary field."
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="https://gforge.inria.fr/projects/gf2x/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WGET_URL="https://gforge.inria.fr/frs/download.php/30873/$TARBALL"
    1.18 +WGET_URL="https://gforge.inria.fr/frs/download.php/file/36934/$TARBALL"
    1.19  
    1.20  DEPENDS=""
    1.21 -BUILD_DEPENDS="wget"
    1.22 +BUILD_DEPENDS=""
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	./configure $CONFIGURE_ARGS && make && make install
    1.28 +	./configure $CONFIGURE_ARGS &&
    1.29 +	make -j 1 &&
    1.30 +	make install
    1.31  }
    1.32  
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.