wok diff iptables/receipt @ rev 15295

cdrtools: remove a wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 27 09:56:20 2013 +0000 (2013-09-27)
parents d28da15a9c1f
children c0c7aa3e94a6
line diff
     1.1 --- a/iptables/receipt	Sat Oct 13 22:09:46 2012 +0200
     1.2 +++ b/iptables/receipt	Fri Sep 27 09:56:20 2013 +0000
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="security"
     1.5  SHORT_DESC="Packet filtering framework (Firewall)."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="linux-netfilter"
     1.8 -BUILD_DEPENDS="linux-module-headers"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://www.netfilter.org/"
    1.12  WGET_URL="http://www.netfilter.org/projects/iptables/files/$TARBALL"
    1.13  TAGS="firewall"
    1.14  
    1.15 +DEPENDS="linux-netfilter"
    1.16 +BUILD_DEPENDS="linux-module-headers"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {