opt/keyutils/Pkgfile

17 lines
436 B
Plaintext
Raw Normal View History

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
# Depends on: krb5
2011-07-07 16:56:21 +02:00
name=keyutils
version=1.5.11
2017-03-17 11:10:10 +01: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
2016-10-29 12:22:22 +02:00
make install DESTDIR=$PKG USRLIBDIR=/usr/lib LIBDIR=/lib
2011-07-07 16:56:21 +02:00
}