wok diff gperf/receipt @ rev 22072
updated ufw (0.34 -> 0.36)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Oct 25 16:22:34 2019 +0100 (2019-10-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 Fri Oct 25 16:22:34 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 -