Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2559 - (show annotations)
Sat Jan 21 14:04:23 2012 UTC (15 months, 4 weeks ago) by acrux
File size: 425 byte(s)
keyutils: updated to 1.5.5
1 # Description: Tools to control the Linx key management system
2 # URL: http://www.kernel.org/
3 # Maintainer: Juergen Daubert, jue at crux dot nu
4
5 name=keyutils
6 version=1.5.5
7 release=1
8 source=(http://people.redhat.com/~dhowells/$name/$name-$version.tar.bz2)
9
10 build () {
11 cd $name-$version
12 sed -i "/^MAN[1-9]/s|share/||;/^CFLAGS/s/-g/$CFLAGS/;s|/lib64|/lib|" Makefile
13 make -j1
14 make DESTDIR=$PKG install
15 }