core/libcap-ng/Pkgfile

18 lines
403 B
Plaintext

# Description: A library for Linux that makes using posix capabilities easy
# URL: https://people.redhat.com/sgrubb/libcap-ng/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on:
name=libcap-ng
version=0.8.5
release=1
source=(https://people.redhat.com/sgrubb/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}