# Description: Linux Key Management Utilities # URL: https://www.kernel.org/ # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: name=keyutils version=1.6.3 release=1 source=(https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/${name}.git/snapshot/${name}-${version}.tar.gz) build() { cd ${name}-${version} export USRLIBDIR=/usr/lib export LIBDIR=/lib export NO_ARLIB=1 export LDFLAGS="-Wl,--undefined-version $LDFLAGS" sed -i '/-Werror/d' Makefile sed -i 's:$(LIBDIR"/$(PKGCONFIG_DIR):/usr/lib/pkgconfig:' Makefile make PREFIX=/usr make PREFIX=/usr DESTDIR=$PKG install }