summaryrefslogtreecommitdiff
path: root/core/cpython.morph
blob: 1b83ac02b5590ec827159de01c92ce93ec6ff3e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name: core/cpython.morph
kind: chunk
repo: upstream:cpython
ref: fa86445bfd4fb8e5441d685d92bf8a8ee237f022
build-system: autotools
configure-commands:
- ./configure --prefix="$PREFIX" --enable-shared
post-install-commands:
- ln -s python2.7 "$DESTDIR"/"$PREFIX"/bin/python2
build_depends:
- core/openssl-new.morph
- core/bzip2.morph