wok rev 21059
updated ipset and ipset-dev (6.32 -> 7.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 13 15:51:22 2019 +0100 (2019-03-13) |
parents | 245d8b81fa0c |
children | 7b1d7af13c71 |
files | ipset-dev/receipt ipset/receipt |
line diff
1.1 --- a/ipset-dev/receipt Wed Mar 13 15:27:12 2019 +0100 1.2 +++ b/ipset-dev/receipt Wed Mar 13 15:51:22 2019 +0100 1.3 @@ -1,21 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ipset-dev" 1.7 -VERSION="6.32" 1.8 +VERSION="7.1" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Hi speed match for an entry against a set of firewall rules." 1.11 +SHORT_DESC="High speed match for an entry against a set of firewall rules." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL2" 1.14 WEB_SITE="http://ipset.netfilter.org/" 1.15 + 1.16 WANTED="ipset" 1.17 - 1.18 DEPENDS="ipset pkg-config" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/lib 1.24 - cp -a $install/usr/lib/*a $fs/usr/lib 1.25 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.26 - cp -a $install/usr/include $fs/usr 1.27 + 1.28 + cp -a $install/usr/lib/*a $fs/usr/lib 1.29 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.30 + cp -a $install/usr/include $fs/usr 1.31 }
2.1 --- a/ipset/receipt Wed Mar 13 15:27:12 2019 +0100 2.2 +++ b/ipset/receipt Wed Mar 13 15:51:22 2019 +0100 2.3 @@ -1,13 +1,14 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="ipset" 2.7 -VERSION="6.32" 2.8 +VERSION="7.1" 2.9 CATEGORY="security" 2.10 -SHORT_DESC="Hi speed match for an entry against a set of firewall rules." 2.11 +SHORT_DESC="High speed match for an entry against a set of firewall rules." 2.12 MAINTAINER="pascal.bellard@slitaz.org" 2.13 LICENSE="GPL2" 2.14 +WEB_SITE="http://ipset.netfilter.org/" 2.15 + 2.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.17 -WEB_SITE="http://ipset.netfilter.org/" 2.18 WGET_URL="${WEB_SITE}$TARBALL" 2.19 2.20 DEPENDS="libmnl" 2.21 @@ -18,9 +19,11 @@ 2.22 { 2.23 KVERSION=$(grep ^VERSION= $WOK/linux/receipt | cut -d '"' -f 2)-slitaz 2.24 sed -i "s/uname -r/echo $KVERSION/" configure 2.25 - ./configure --prefix=/usr \ 2.26 + 2.27 + ./configure \ 2.28 + --prefix=/usr \ 2.29 $CONFIGURE_ARGS && 2.30 - make && 2.31 + make -j 1 && 2.32 make DESTDIR=$DESTDIR install 2.33 } 2.34 2.35 @@ -28,6 +31,7 @@ 2.36 genpkg_rules() 2.37 { 2.38 mkdir -p $fs/usr/lib 2.39 - cp -a $install/usr/lib/*.so* $fs/usr/lib 2.40 - cp -a $install/usr/sbin $fs/usr 2.41 + 2.42 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.43 + cp -a $install/usr/sbin $fs/usr 2.44 }