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