summaryrefslogtreecommitdiff
path: root/strata/core/cpython.morph
blob: 6c9e4b3de9447552778b0f465ce562f2180ac37d (plain)
1
2
3
4
5
6
7
name: cpython
kind: chunk
build-system: autotools
configure-commands:
- ./configure --prefix="$PREFIX" --enable-shared
post-install-commands:
- test -x "$DESTDIR"/"$PREFIX"/bin/python2 || ln -s python2.7 "$DESTDIR"/"$PREFIX"/bin/python2