summaryrefslogtreecommitdiff
path: root/repo/core/keyutils.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/core/keyutils.xibuild')
-rw-r--r--repo/core/keyutils.xibuild11
1 files changed, 0 insertions, 11 deletions
diff --git a/repo/core/keyutils.xibuild b/repo/core/keyutils.xibuild
deleted file mode 100644
index a2341dc..0000000
--- a/repo/core/keyutils.xibuild
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-DEPS=(glibc sh)
-
-SOURCE=https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/snapshot/keyutils-1.6.3.tar.gz
-DESC="Linux Key Management Utils"
-
-build () {
- make
- make DESTDIR=$PKG_DEST install
-}