2011-07-07 16:56:21 +02:00
|
|
|
# Description: Tools to control the Linx key management system
|
|
|
|
# URL: http://www.kernel.org/
|
|
|
|
# Maintainer: Juergen Daubert, jue at crux dot nu
|
|
|
|
|
|
|
|
name=keyutils
|
2014-02-22 19:39:56 +01:00
|
|
|
version=1.5.9
|
2011-07-27 10:18:52 +02:00
|
|
|
release=1
|
2011-07-07 16:56:21 +02:00
|
|
|
source=(http://people.redhat.com/~dhowells/$name/$name-$version.tar.bz2)
|
|
|
|
|
|
|
|
build () {
|
|
|
|
cd $name-$version
|
2014-02-22 19:39:56 +01:00
|
|
|
sed -i "/^CFLAGS/s/-g/$CFLAGS/" Makefile
|
|
|
|
make
|
|
|
|
make install DESTDIR=$PKG MANDIR=/usr/man USRLIBDIR=/usr/lib LIBDIR=/lib
|
2011-07-07 16:56:21 +02:00
|
|
|
}
|