summaryrefslogtreecommitdiff
path: root/chunks/boost.morph
diff options
context:
space:
mode:
Diffstat (limited to 'chunks/boost.morph')
-rw-r--r--chunks/boost.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/chunks/boost.morph b/chunks/boost.morph
new file mode 100644
index 00000000..e0713b15
--- /dev/null
+++ b/chunks/boost.morph
@@ -0,0 +1,10 @@
+name: boost
+kind: chunk
+repo: upstream:boost-tarball
+ref: 026fc3d84a27e84a61d0f4c26f011a68271a0d6e
+configure-commands:
+- ./bootstrap.sh
+build-commands:
+- ./b2 || true
+install-commands:
+- ./b2 install --prefix=$DESTDIR$PREFIX || true