summaryrefslogtreecommitdiff
path: root/strata/core/python3.morph
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2014-12-14 19:55:17 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2014-12-15 07:08:00 +0000
commit180dce4bd4a03529bdcf705a7147d1f03192112a (patch)
treee51b3ccb2a792cb9a88c4517d3d2702e9a927ae0 /strata/core/python3.morph
parent68fe84679215c0a08b4a38fed73f811270972ea4 (diff)
downloaddefinitions-baserock/ps/add-python3.tar.gz
Add python3 to corebaserock/ps/add-python3
Diffstat (limited to 'strata/core/python3.morph')
-rw-r--r--strata/core/python3.morph7
1 files changed, 7 insertions, 0 deletions
diff --git a/strata/core/python3.morph b/strata/core/python3.morph
new file mode 100644
index 00000000..f02452d4
--- /dev/null
+++ b/strata/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