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

# BLFS 2014-06-06
TARBALL=keyutils-$PKGVER.tar.bz2
MD5SUM=7f8ac985c45086b5fbcd12cecd23cf07
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 &&
	pkg_build_slackdesc
}

