summaryrefslogtreecommitdiff
path: root/strata/cpp-common-libs
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-04-07 21:52:36 +0100
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-04-08 17:21:43 +0000
commit942bf3731eb1f49132e5630156ff317ff30c2c7a (patch)
treefd6ee30ca3b4d63e6f0d3f9c0416b6ce83ea48f9 /strata/cpp-common-libs
parent4d88d29e3a0ce720d82d16dad3155ea488db027c (diff)
downloaddefinitions-942bf3731eb1f49132e5630156ff317ff30c2c7a.tar.gz
Move boost to new stratum: cpp-common-libs
Change-Id: I56ac7f4a9ac4e2559a31cb66e0233a0c0707e1a6
Diffstat (limited to 'strata/cpp-common-libs')
-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"