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

# source: james
TARBALL=libcap-ng-$PKGVER.tar.gz
MD5SUM=3d7d126b29e2869a0257c17c8b0d9b2e
SRC_URL=https://people.redhat.com/sgrubb/libcap-ng/$TARBALL
BUNDLE=

SLACKREQ=''
SLACKDESC="libcap-ng: libcap-ng $PKGVER (Linux capability library)
libcap-ng: 
libcap-ng: The libcap-ng library is intended to make programming with posix 
libcap-ng: capabilities much easier than the traditional libcap library. It 
libcap-ng: includes utilities that can analyse all currently running 
libcap-ng: applications and print out any capabilities and whether or not it has 
libcap-ng: an open ended bounding set. This is supposedly an easier-to-user 
libcap-ng: library than libcap2.
libcap-ng: 
libcap-ng: https://people.redhat.com/sgrubb/libcap-ng/
libcap-ng: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/libcap*
	CONFFLAGS="$CONFFLAGS --without-python3 --without-python \
	    --with-pic --disable-shared"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


