### this file is sourced not run
PKGVER=1.6.1
PKGBUILD=1
PKGARCH=x86_64

# BLFS 11.3
TARBALL=keyutils-$PKGVER.tar.bz2
MD5SUM=919af7f33576816b423d537f8a8692e8
SRC_URL=http://people.redhat.com/~dhowells/keyutils/$TARBALL
BUNDLE=

SLACKREQ=''
SLACKDESC="keyutils: keyutils $PKGVER (Linux kernel key manager)  
keyutils:  
keyutils: Keyutils is a set of utilities for managing the key retention 
keyutils: facility in the kernel, which can be used by filesystems, block 
keyutils: devices and more to gain and retain the authorization and encryption 
keyutils: keys required to perform secure operations.  
keyutils: 
keyutils: 
keyutils: 
keyutils: 
keyutils:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### default pkg_build
pkg_build() {
	cd /tmp/keyutils*
	#make NO_ARLIB=1 LIBDIR=/$LIBDIR USRLIBDIR=/usr/$LIBDIR BUILDFOR=64-bit install &&
	make NO_ARLIB=1 LIBDIR=/usr/$LIBDIR BINDIR=/usr/bin SBINDIR=/usr/sbin install
	pkg_build_slackdesc
}

