summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2013-06-06 09:01:17 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2013-06-06 09:01:17 +0000
commitcf389a201c4414202261ca6013fb4c7a7a453212 (patch)
treefc03c8d00b486011c26a383d59fbeab0e09a1ac5
parent0b428eb5d5ceefdb178843db3e12072457fb7aec (diff)
downloadpexpect-cf389a201c4414202261ca6013fb4c7a7a453212.tar.gz
Add morph file
-rw-r--r--pexpect.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/pexpect.morph b/pexpect.morph
new file mode 100644
index 0000000..d0f1eb1
--- /dev/null
+++ b/pexpect.morph
@@ -0,0 +1,8 @@
+name: pexpect
+description: |
+ Pexpect is a pure Python module that accomplishes behaviour similar to Expect
+kind: chunk
+build-commands:
+- 'cd pexpect && python setup.py build'
+install-commands:
+- 'cd pexpect && python setup.py install --prefix "$PREFIX" --root "$DESTDIR"'