summaryrefslogtreecommitdiffstats
path: root/base/keyutils/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:23:29 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:23:29 +0200
commitba5220d17f74c95dfb9ada3491f4eb349ce92c90 (patch)
tree241e45544cdd0a17d4e2c52bbbca1b16c278b76c /base/keyutils/Pkgfile
parent0a19d2b6f40db67314ca7106dca2de5c2406f43a (diff)
downloadnutyx-pakxe-ba5220d17f74c95dfb9ada3491f4eb349ce92c90.tar.gz
nutyx-pakxe-ba5220d17f74c95dfb9ada3491f4eb349ce92c90.tar.bz2
nutyx-pakxe-ba5220d17f74c95dfb9ada3491f4eb349ce92c90.tar.xz
nutyx-pakxe-ba5220d17f74c95dfb9ada3491f4eb349ce92c90.zip
keyutils dans extra
Diffstat (limited to 'base/keyutils/Pkgfile')
-rw-r--r--base/keyutils/Pkgfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/base/keyutils/Pkgfile b/base/keyutils/Pkgfile
deleted file mode 100644
index a9d7338e5..000000000
--- a/base/keyutils/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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
-}
-