From 0802bbe9ecd108493e21dc30b2bc3c7e460e01bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 23 Jan 2013 18:07:22 +0000 Subject: Add morphology --- pyyaml.morph | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pyyaml.morph 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\"" + ] +} -- cgit v1.2.1