# Description:A library making programming with POSIX capabilities easier than traditional libcap.
# URL: http://people.redhat.com/sgrubb/libcap-ng/
# Maintainer: http://linuxfromscratch.org/
# Packager: thierryn1 at hispeed dot ch
# Depends on: glibc

name=libcap-ng
version=0.7.7
release=1

source=(http://people.redhat.com/sgrubb/$name/$name-$version.tar.gz)

build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static \
--without-python
make
make DESTDIR=$PKG install
}
