summaryrefslogtreecommitdiff
path: root/strata/python3-core
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-02-26 09:17:13 +0000
committerMorph (on behalf of Adam Coldrick) <adam.coldrick@codethink.co.uk>2015-02-26 09:17:13 +0000
commit212d7e801320a0b73370cdc2c1fa3ed92d8c9106 (patch)
tree40011083b5c39655defe4e900e07eed87e9aa373 /strata/python3-core
parent2e9bc6da27cf382782ba98cf5f095ba0eb5bb044 (diff)
downloaddefinitions-212d7e801320a0b73370cdc2c1fa3ed92d8c9106.tar.gz
Morph build 620e4e6dd8e242abafdbaeea45ac464e
System branch: master
Diffstat (limited to 'strata/python3-core')
-rw-r--r--strata/python3-core/python3.morph7
1 files changed, 7 insertions, 0 deletions
diff --git a/strata/python3-core/python3.morph b/strata/python3-core/python3.morph
new file mode 100644
index 00000000..f02452d4
--- /dev/null
+++ b/strata/python3-core/python3.morph
@@ -0,0 +1,7 @@
+name: python3
+kind: chunk
+build-system: autotools
+configure-commands:
+- ./configure --prefix="$PREFIX" --enable-shared
+post-install-commands:
+- test -x "$DESTDIR"/"$PREFIX"/bin/python3 || ln -s python3.4 "$DESTDIR"/"$PREFIX"/bin/python3