summaryrefslogtreecommitdiff
path: root/strata/cpp-common-libs/boost.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/cpp-common-libs/boost.morph')
-rw-r--r--strata/cpp-common-libs/boost.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/strata/cpp-common-libs/boost.morph b/strata/cpp-common-libs/boost.morph
new file mode 100644
index 00000000..6aaee8ad
--- /dev/null
+++ b/strata/cpp-common-libs/boost.morph
@@ -0,0 +1,9 @@
+name: boost
+kind: chunk
+build-system: manual
+configure-commands:
+- ./bootstrap.sh
+build-commands:
+- ./b2 $MAKEFLAGS
+install-commands:
+- ./b2 install --prefix="$DESTDIR$PREFIX"