summaryrefslogtreecommitdiff
path: root/elements/cpp-common-libs/boost.bst
blob: 85296addf2782fe932bcde80c3ad166a476a4e71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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}"