summaryrefslogtreecommitdiff
path: root/strata/python-core
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-02-26 09:17:13 +0000
committerMorph (on behalf of Adam Coldrick) <adam.coldrick@codethink.co.uk>2015-02-26 09:17:13 +0000
commit212d7e801320a0b73370cdc2c1fa3ed92d8c9106 (patch)
tree40011083b5c39655defe4e900e07eed87e9aa373 /strata/python-core
parent2e9bc6da27cf382782ba98cf5f095ba0eb5bb044 (diff)
downloaddefinitions-212d7e801320a0b73370cdc2c1fa3ed92d8c9106.tar.gz
Morph build 620e4e6dd8e242abafdbaeea45ac464e
System branch: master
Diffstat (limited to 'strata/python-core')
-rw-r--r--strata/python-core/pyyaml.morph6
1 files changed, 6 insertions, 0 deletions
diff --git a/strata/python-core/pyyaml.morph b/strata/python-core/pyyaml.morph
new file mode 100644
index 00000000..8ebd7b57
--- /dev/null
+++ b/strata/python-core/pyyaml.morph
@@ -0,0 +1,6 @@
+name: pyyaml
+kind: chunk
+build-commands:
+- python setup.py --without-libyaml build
+install-commands:
+- python setup.py --without-libyaml install --prefix="$PREFIX" --root "$DESTDIR"