opt/keyutils/Pkgfile

16 lines
425 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-12-02 16:09:46 +01:00
version=1.5.5
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
2011-08-24 15:11:39 +02:00
sed -i "/^MAN[1-9]/s|share/||;/^CFLAGS/s/-g/$CFLAGS/;s|/lib64|/lib|" Makefile
2011-07-07 16:56:21 +02:00
make -j1
make DESTDIR=$PKG install
}