wok diff gf2x/receipt @ rev 22810
Add squidanalyser
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 31 12:24:59 2020 +0100 (2020-01-31) |
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 Jan 31 12:24:59 2020 +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.