From 942bf3731eb1f49132e5630156ff317ff30c2c7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 7 Apr 2016 21:52:36 +0100 Subject: Move boost to new stratum: cpp-common-libs Change-Id: I56ac7f4a9ac4e2559a31cb66e0233a0c0707e1a6 --- strata/cpp-common-libs/boost.morph | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 strata/cpp-common-libs/boost.morph (limited to 'strata/cpp-common-libs') 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" -- cgit v1.2.1