From e1af470d8845ae155bc9542040bf8931da110937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 19 Feb 2015 11:55:42 +0000 Subject: Add Python 3 stratum This is based in a patch from Paul Sherwood --- strata/python3-core/python3.morph | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 strata/python3-core/python3.morph (limited to 'strata/python3-core') 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 -- cgit v1.2.1