           SPELL=libseccomp
         VERSION=2.5.1
     SOURCE_HASH=sha512:
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
      SOURCE_GPG=seccomp.gpg:$SOURCE.asc:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
       WEB_SITE=https://github.com/seccomp/$SPELL
#https://github.com/seccomp/libseccomp/releases/download/v2.3.2/libseccomp-2.3.2.tar.gz
   SOURCE_URL[0]=$WEB_SITE/releases/download/v$VERSION/$SOURCE
  SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
      LICENSE[0]=LGPL
         ENTERED=20170101
        KEYWORDS=""
           SHORT=""
cat << EOF
The libseccomp library provides an easy to use, platform independent, interface
to the Linux Kernel's syscall filtering mechanism.  The libseccomp API is
designed to abstract away the underlying BPF based syscall filter language and
present a more conventional function-call based filtering interface that should
be familiar to, and easily adopted by, application developers.
EOF
