           SPELL=libnetfilter_log
if  [[  "$LIBNETFILTER_LOG_SVN_AUTOUPDATE"  ==  "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_log/'
         WEBSITE=http://www.netfilter.org
         ENTERED=20060413
      LICENSE[0]=GPL
           SHORT="netfilter libnetfilter_log"
cat << EOF
libnetfilter_log is a userspace library providing interface to packets
that have been logged by the kernel packet filter. It is is part of a
system that deprecates the old syslog/dmesg based packet logging.
EOF
