summaryrefslogtreecommitdiff
path: root/strata/ceph-service/keyutils.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/ceph-service/keyutils.morph')
-rw-r--r--strata/ceph-service/keyutils.morph23
1 files changed, 23 insertions, 0 deletions
diff --git a/strata/ceph-service/keyutils.morph b/strata/ceph-service/keyutils.morph
new file mode 100644
index 00000000..6798857b
--- /dev/null
+++ b/strata/ceph-service/keyutils.morph
@@ -0,0 +1,23 @@
+name: keyutils
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands: []
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make clean
+- make
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make DESTDIR="$DESTDIR" LIBDIR="$PREFIX/lib" USRLIBDIR="$PREFIX/lib" install
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []