summaryrefslogtreecommitdiff
path: root/repo/util/keyutils.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/util/keyutils.xibuild')
-rw-r--r--repo/util/keyutils.xibuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/repo/util/keyutils.xibuild b/repo/util/keyutils.xibuild
index a2341dc..0b0992f 100644
--- a/repo/util/keyutils.xibuild
+++ b/repo/util/keyutils.xibuild
@@ -2,10 +2,14 @@
DEPS=(glibc sh)
-SOURCE=https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/snapshot/keyutils-1.6.3.tar.gz
+PKG_VER=1.6.3
+SOURCE=https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/snapshot/keyutils-$PKG_VER.tar.gz
DESC="Linux Key Management Utils"
build () {
make
+}
+
+package () {
make DESTDIR=$PKG_DEST install
}