summaryrefslogtreecommitdiff
path: root/strata/core/pyyaml.def
diff options
context:
space:
mode:
Diffstat (limited to 'strata/core/pyyaml.def')
-rw-r--r--strata/core/pyyaml.def5
1 files changed, 5 insertions, 0 deletions
diff --git a/strata/core/pyyaml.def b/strata/core/pyyaml.def
new file mode 100644
index 00000000..518b6b3d
--- /dev/null
+++ b/strata/core/pyyaml.def
@@ -0,0 +1,5 @@
+name: pyyaml
+build-commands:
+- python setup.py --without-libyaml build
+install-commands:
+- python setup.py --without-libyaml install --prefix="$PREFIX" --root "$DESTDIR"