wok rev 20990

updated gperf (3.0.4 -> 3.1)
author Hans-G?nter Theisgen
date Thu Mar 07 15:57:07 2019 +0100 (2019-03-07)
parents 18b66ce46e4e
children f4097dc1ae1c
files gperf/receipt
line diff
     1.1 --- a/gperf/receipt	Thu Mar 07 15:37:16 2019 +0100
     1.2 +++ b/gperf/receipt	Thu Mar 07 15:57:07 2019 +0100
     1.3 @@ -1,21 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gperf"
     1.7 -VERSION="3.0.4"
     1.8 +VERSION="3.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="GNU gperf is a perfect hash function generator."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13 +WEB_SITE="https://www.gnu.org/software/gperf/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://www.gnu.org/software/gperf/"
    1.17  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.18 +
    1.19  HOST_ARCH="i486 arm"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24  	./configure $CONFIGURE_ARGS
    1.25 -	make && make install
    1.26 +	make -j 1 &&
    1.27 +	make install
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 @@ -24,4 +27,3 @@
    1.32  	mkdir -p $fs/usr
    1.33  	cp -a $install/usr/bin $fs/usr
    1.34  }
    1.35 -