summaryrefslogtreecommitdiff
path: root/strata/core/python3.morph
blob: 4b3ef2903e84565eac5be9f8fb60a6a36d6b5d08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name: python3
kind: chunk
build-system: autotools
configure-commands:
- |
  ./configure --prefix="$PREFIX"  \
              --enable-shared     \
              --with-system-expat \
              --with-system-ffi
post-install-commands:
- test -x "$DESTDIR"/"$PREFIX"/bin/python || ln -s python3.4 "$DESTDIR"/"$PREFIX"/bin/python
- test -x "$DESTDIR"/"$PREFIX"/bin/python3 || ln -s python3.4 "$DESTDIR"/"$PREFIX"/bin/python3