summaryrefslogtreecommitdiff
path: root/strata/cxmanage/pexpect.def
blob: bd64579148e74d55a4c7e33972eebada9fc0aacf (plain)
1
2
3
4
5
6
7
8
9
name: pexpect
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"