summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <javier.jardon@codethink.co.uk>2013-01-23 18:07:22 +0000
committerJavier Jardón <javier.jardon@codethink.co.uk>2013-01-23 18:07:22 +0000
commit0802bbe9ecd108493e21dc30b2bc3c7e460e01bb (patch)
tree7132b5b0b3e6e0d73df9639ba7efef3a716992e6
parent73af245b205fd9ede7e2fbd32a4de90a17d9baed (diff)
downloadpyyaml-0802bbe9ecd108493e21dc30b2bc3c7e460e01bb.tar.gz
Add morphology
-rw-r--r--pyyaml.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/pyyaml.morph b/pyyaml.morph
new file mode 100644
index 0000000..f47dd65
--- /dev/null
+++ b/pyyaml.morph
@@ -0,0 +1,10 @@
+{
+ "name": "pyyaml",
+ "kind": "chunk",
+ "build-commands": [
+ "python setup.py build"
+ ],
+ "install-commands": [
+ "python setup.py install --prefix=/usr --root \"$DESTDIR\""
+ ]
+}