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