           SPELL=nftables
         VERSION=1.0.9
          SOURCE=$SPELL-$VERSION.tar.xz
         SOURCE2=$SOURCE.sig
   SOURCE_URL[0]=http://www.netfilter.org/projects/${SPELL}/files/${SOURCE}
  SOURCE2_URL[0]=${SOURCE_URL}.sig
      SOURCE_GPG=netfilter.gpg:${SOURCE2}:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=http://www.netfilter.org/projects/${SPELL}/index.html
         ENTERED=20141229
      LICENSE[0]=GPLv2
        KEYWORDS="net"
           SHORT='nftables is a user-space utility for {ip,ip6,arp,eb}tables'
cat << EOF
nftables is the project that aims to replace the existing {ip,ip6,arp,eb}tables
framework. Basically, this project provides a new packet filtering framework, a
new userspace utility and also a compatibility layer for {ip,ip6}tables.

nftables is built upon the building blocks of the Netfilter infrastructure such
as the existing hooks, the connection tracking system, the userspace queueing
component and the logging subsystem.
EOF
