summaryrefslogtreecommitdiffstats
path: root/base/keyutils/Pkgfile
diff options
context:
space:
mode:
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
-}
-