summaryrefslogtreecommitdiff
path: root/strata/openstack-services/pies.morph
blob: 327c1dc912075f16f109f9c6be7a26b32f43d76d (plain)
1
2
3
4
5
6
7
8
9
10
11
name: pies
kind: chunk
configure-commands:
- |
  cd pies2override
  && python setup.py build
  && python setup.py install --prefix "$PREFIX" --root "$DESTDIR"
build-commands:
- python setup.py build
install-commands:
- python setup.py install --prefix "$PREFIX" --root "$DESTDIR"