summaryrefslogtreecommitdiff
path: root/strata/cxmanage/pexpect.morph
blob: 09254350b6e8c8ccab67eebf7838d5244c5123b4 (plain)
1
2
3
4
5
6
7
8
9
10
name: pexpect
kind: chunk
description: |
  Pexpect is a pure Python module that accomplishes behaviour similar to Expect
configure-commands:
- cd pexpect && make
build-commands:
- cd pexpect && python setup.py build
install-commands:
- cd pexpect && python setup.py install --prefix "$PREFIX" --root "$DESTDIR"