wok diff gperf/receipt @ rev 24016

Up tazinst (113)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 25 12:03:41 2021 +0000 (2021-02-25)
parents 6d8a4be89f3d
children 71360a13cd94
line diff
     1.1 --- a/gperf/receipt	Sat Mar 15 21:09:44 2014 +0100
     1.2 +++ b/gperf/receipt	Thu Feb 25 12:03:41 2021 +0000
     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 -