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