summaryrefslogtreecommitdiffstats
path: root/keyutils/Pkgfile
blob: a9d7338e52810977c33c6d2182ba8375aec2c4d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Decription: Jeu d'utilitaires pour la gestion des clés ds le kernel
# URL: https://rhn.redhat.com/errata/RHEA-2006-0090.html
# Maintainer: NuTyX core team
# Packager: tnut at nutyx dot com

name=keyutils
version=1.4
release=1

source=( http://people.redhat.com/~dhowells/$name/$name-$version.tar.bz2 )

build() {
	unset MAKEFLAGS
        cd $name-$version
	sed -i "s/-O2/${CFLAGS}/" Makefile
        make
        make DESTDIR=$PKG install
}