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, 11 insertions, 0 deletions
diff --git a/repo/core/keyutils.xibuild b/repo/core/keyutils.xibuild
new file mode 100644
index 0000000..a2341dc
--- /dev/null
+++ b/repo/core/keyutils.xibuild
@@ -0,0 +1,11 @@
+#!/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
+}