### this file is sourced not run
PKGVER=2.5.4
PKGBUILD=1
PKGARCH=x86_64

# source: BLFS 11.3
TARBALL=libseccomp-$PKGVER.tar.gz
MD5SUM=74008bb33234e0c2a0d998e7bee5c625
SRC_URL=https://github.com/seccomp/libseccomp/releases/download/v$PKGVER/$TARBALL
BUNDLE=

SLACKREQ=''
SLACKDESC="libseccomp: libseccomp $PKGVER (seccomp syscall filtering library)
libseccomp: 
libseccomp: The libseccomp package provides an easy to use and platform 
libseccomp: independent interface to the Linux kernel's syscall filtering 
libseccomp: mechanism.
libseccomp: 
libseccomp: https://github.com/seccomp/libseccomp
libseccomp: 
libseccomp: 
libseccomp: 
libseccomp:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-shared --with-pic"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


