summaryrefslogtreecommitdiff
path: root/strata/cxmanage/pexpect.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/cxmanage/pexpect.morph')
-rw-r--r--strata/cxmanage/pexpect.morph24
1 files changed, 24 insertions, 0 deletions
diff --git a/strata/cxmanage/pexpect.morph b/strata/cxmanage/pexpect.morph
new file mode 100644
index 00000000..16a39816
--- /dev/null
+++ b/strata/cxmanage/pexpect.morph
@@ -0,0 +1,24 @@
+name: pexpect
+kind: chunk
+description: |
+ Pexpect is a pure Python module that accomplishes behaviour similar to Expect
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- cd pexpect && make
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- cd pexpect && python setup.py build
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- cd pexpect && python setup.py install --prefix "$PREFIX" --root "$DESTDIR"
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []