summaryrefslogtreecommitdiff
path: root/elements/cpp-common-libs/boost.bst
diff options
context:
space:
mode:
Diffstat (limited to 'elements/cpp-common-libs/boost.bst')
-rw-r--r--elements/cpp-common-libs/boost.bst15
1 files changed, 15 insertions, 0 deletions
diff --git a/elements/cpp-common-libs/boost.bst b/elements/cpp-common-libs/boost.bst
new file mode 100644
index 00000000..85296add
--- /dev/null
+++ b/elements/cpp-common-libs/boost.bst
@@ -0,0 +1,15 @@
+kind: manual
+depends:
+- python2-core.bst
+sources:
+- kind: git
+ url: upstream:boost-tarball
+ track: boost_1_57_0
+ ref: ed232fdd34968697a68783b3195b1da4226915b5
+config:
+ configure-commands:
+ - ./bootstrap.sh
+ build-commands:
+ - ./b2 $MAKEFLAGS
+ install-commands:
+ - ./b2 install --prefix="%{install-root}%{prefix}"