    MODULE=libseccomp
   VERSION=2.6.1
    SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=https://github.com/seccomp/libseccomp/releases/download/v$VERSION
SOURCE_VFY=sha256:501f66c667225d53791b97e1d7cf85ab764c297d04881f60f38f451c4b0ee1be
  WEB_SITE=http://sourceforge.net/projects/libseccomp/
   ENTERED=20130413
   UPDATED=20260702
     SHORT="Enhanced seccomp library"

cat << EOF
The libseccomp library provides and easy to use, platform independent, interface
to the Linux Kernel's syscall filtering mechanism: seccomp. 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
