summaryrefslogtreecommitdiff
path: root/strata/core/python3.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/core/python3.morph')
-rw-r--r--strata/core/python3.morph15
1 files changed, 0 insertions, 15 deletions
diff --git a/strata/core/python3.morph b/strata/core/python3.morph
deleted file mode 100644
index 54d2e9e7..00000000
--- a/strata/core/python3.morph
+++ /dev/null
@@ -1,15 +0,0 @@
-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