description="A library making programming with POSIX capabilities easier than traditional libcap."
url="http://people.redhat.com/sgrubb/libcap-ng/"
packager="Spiky <spiky@nutyx.org>"

name=libcap-ng
version=0.8.3

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

# Obsolet lib
rm $PKG/usr/lib/libcap-ng.la
}
