opt/keyutils/Pkgfile

16 lines
426 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
name=keyutils
2011-07-22 12:57:08 +02:00
version=1.5.1
2011-07-23 15:35:19 +02:00
release=2
2011-07-07 16:56:21 +02:00
source=(http://people.redhat.com/~dhowells/$name/$name-$version.tar.bz2)
build () {
cd $name-$version
2011-07-23 15:35:19 +02:00
sed -i "/^MAN[1-9]/s|share/||;/^CFLAGS/s/-O2/$CFLAGS/;s|/lib64|/lib|" Makefile
2011-07-07 16:56:21 +02:00
make -j1
make DESTDIR=$PKG install
}