wok rev 22957

updated iptables and iptables-dev (1.4.21 -> 1.8.4)
author Hans-G?nter Theisgen
date Fri Feb 28 15:41:30 2020 +0100 (2020-02-28)
parents 9f5504597c0b
children 01e110cbf807
files iptables-dev/receipt iptables/receipt
line diff
     1.1 --- a/iptables-dev/receipt	Fri Feb 28 15:32:13 2020 +0100
     1.2 +++ b/iptables-dev/receipt	Fri Feb 28 15:41:30 2020 +0100
     1.3 @@ -1,22 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="iptables-dev"
     1.7 -VERSION="1.4.21"
     1.8 +VERSION="1.8.4"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Packet filtering framework (Firewall) - dev files"
    1.11 -WEB_SITE="http://www.netfilter.org/"
    1.12 +SHORT_DESC="Packet filtering framework (Firewall) - development files."
    1.13  MAINTAINER="pankso@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15 +WEB_SITE="http://www.netfilter.org/"
    1.16 +
    1.17 +DEPENDS="iptables pkg-config"
    1.18  WANTED="iptables"
    1.19  
    1.20 -DEPENDS="pkg-config iptables"
    1.21 -
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25  	EXTRAVERSION=_${kvers}
    1.26 +
    1.27  	mkdir -p $fs/usr/lib
    1.28 -	cp -a $install/usr/include $fs/usr
    1.29 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.30 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.31 +
    1.32 +	cp -a $install/usr/include		$fs/usr
    1.33 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.34 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.35  }
     2.1 --- a/iptables/receipt	Fri Feb 28 15:32:13 2020 +0100
     2.2 +++ b/iptables/receipt	Fri Feb 28 15:41:30 2020 +0100
     2.3 @@ -1,15 +1,16 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="iptables"
     2.7 -VERSION="1.4.21"
     2.8 +VERSION="1.8.4"
     2.9  CATEGORY="security"
    2.10 +TAGS="firewall"
    2.11  SHORT_DESC="Packet filtering framework (Firewall)."
    2.12  MAINTAINER="pankso@slitaz.org"
    2.13  LICENSE="GPL2"
    2.14 +WEB_SITE="http://www.netfilter.org/"
    2.15 +
    2.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.17 -WEB_SITE="http://www.netfilter.org/"
    2.18  WGET_URL="http://www.netfilter.org/projects/iptables/files/$TARBALL"
    2.19 -TAGS="firewall"
    2.20  
    2.21  DEPENDS="linux-netfilter"
    2.22  BUILD_DEPENDS="linux-module-headers"
    2.23 @@ -17,22 +18,25 @@
    2.24  # Rules to configure and make the package.
    2.25  compile_rules()
    2.26  {
    2.27 -	cd $src
    2.28  	# Set the right Kernel path to compile.
    2.29  	KERNEL_PATH="/usr/src/linux"
    2.30 -	./configure \
    2.31 -		--prefix=/usr \
    2.32 -		--libexecdir=/usr/lib/iptables \
    2.33 -		--mandir=/usr/share/man \
    2.34 +
    2.35 +	./configure				\
    2.36 +		--prefix=/usr			\
    2.37 +		--libexecdir=/usr/lib/iptables	\
    2.38 +		--mandir=/usr/share/man		\
    2.39  		$CONFIGURE_ARGS &&
    2.40 -	make && make DESTDIR=$DESTDIR install
    2.41 +	make &&
    2.42 +	make DESTDIR=$DESTDIR install
    2.43  }
    2.44  
    2.45  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.46  genpkg_rules()
    2.47  {
    2.48  	EXTRAVERSION=_${kvers}
    2.49 +
    2.50  	mkdir -p $fs/usr/lib
    2.51 +
    2.52  	cp -a $install/usr/sbin        $fs/usr
    2.53  	cp -a $install/usr/lib/lib*    $fs/usr/lib
    2.54  	cp -a $install/usr/lib/xtables $fs/usr/lib