# Description: Make programming with posix capabilities easier # URL: https://github.com/stevegrubb/libcap-ng # Maintainer: Petar Petrov, slackalaxy at gmail dot com name=libcap-ng version=0.8.3 release=1 source=(https://github.com/stevegrubb/libcap-ng/archive/refs/tags/v${version}/$name-$version.tar.gz) build() { cd $name-$version ./autogen.sh ./configure --prefix=/usr make DESTDIR=$PKG install }