summaryrefslogtreecommitdiff
path: root/chunks/boost.morph
blob: e0713b15f7008066c09ce6e775a873f96c2d1bc2 (plain)
1
2
3
4
5
6
7
8
9
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