           SPELL=libnetfilter_queue
if  [[  "$LIBNETFILTER_QUEUE"  ==  "y"  ]];  then
         VERSION=$(date +%Y%m%d)
else
         VERSION=svn
fi
          SOURCE=$SPELL-svn.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_IGNORE=volatile
         NFT_SVN='https://svn.netfilter.org/netfilter/trunk/libnetfilter_queue/'
         WEBSITE=http://www.netfilter.org
         ENTERED=20060413
      LICENSE[0]=GPL
           SHORT="netfilter libnfnetfilter_queue"
cat << EOF
libnetfilter_queue is a userspace library providing an API to packets
that have been queued by the kernel packet filter. It is is part of a
system that deprecates the old ip_queue / libipq mechanism.
EOF
