wok-next rev 21680

updated gf2x (1.2 -> 1.3.0)
author Hans-G?nter Theisgen
date Mon Jun 29 14:15:30 2020 +0100 (2020-06-29)
parents 325d9da9bb3e
children 976c3dfa4bc0
files gf2x/receipt
line diff
     1.1 --- a/gf2x/receipt	Mon Jun 29 14:11:08 2020 +0100
     1.2 +++ b/gf2x/receipt	Mon Jun 29 14:15:30 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="gf2x"
     1.7 -VERSION="1.2"
     1.8 +VERSION="1.3.0"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Library for multiplying polynomials over the binary field"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -9,18 +9,20 @@
    1.13  WEB_SITE="https://gforge.inria.fr/projects/gf2x/"
    1.14  
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WGET_URL="https://gforge.inria.fr/frs/download.php/file/36934/$TARBALL"
    1.17 +WGET_URL="https://gforge.inria.fr/frs/download.php/file/38243/$TARBALL"
    1.18  
    1.19  SPLIT="$PACKAGE-dev"
    1.20  
    1.21 -compile_rules() {
    1.22 +compile_rules()
    1.23 +{
    1.24  	./configure $CONFIGURE_ARGS &&
    1.25  	fix libtool &&
    1.26  	make &&
    1.27  	make install
    1.28  }
    1.29  
    1.30 -genpkg_rules() {
    1.31 +genpkg_rules()
    1.32 +{
    1.33  	case $PACKAGE in
    1.34  		gf2x)  copy @std;;
    1.35  		*-dev) copy @dev;;