compat-32/libcap-32/Pkgfile
2018-08-02 00:04:18 +10:00

23 lines
620 B
Plaintext

# Description: POSIX.1e capabilities library
# URL: http://sites.google.com/site/fullycapable/
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: attr-32
name=libcap-32
version=2.25
release=2
source=(https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/${name%-*}-$version.tar.xz
${name%-*}-$version-gperf.patch)
build() {
cd ${name%-*}-$version
patch -p1 -i $SRC/${name%-*}-$version-gperf.patch
sed -i "/^CFLAGS/s/-O2/$CFLAGS/" Make.Rules
make -C libcap
make -C libcap RAISE_SETFCAP=no DESTDIR=$PKG prefix=/usr lib=lib32 install
rm -r $PKG/usr/include
}