summaryrefslogtreecommitdiff
path: root/core/cpython.morph
diff options
context:
space:
mode:
Diffstat (limited to 'core/cpython.morph')
-rw-r--r--core/cpython.morph12
1 files changed, 12 insertions, 0 deletions
diff --git a/core/cpython.morph b/core/cpython.morph
new file mode 100644
index 00000000..1b83ac02
--- /dev/null
+++ b/core/cpython.morph
@@ -0,0 +1,12 @@
+name: core/cpython.morph
+kind: chunk
+repo: upstream:cpython
+ref: fa86445bfd4fb8e5441d685d92bf8a8ee237f022
+build-system: autotools
+configure-commands:
+- ./configure --prefix="$PREFIX" --enable-shared
+post-install-commands:
+- ln -s python2.7 "$DESTDIR"/"$PREFIX"/bin/python2
+build_depends:
+- core/openssl-new.morph
+- core/bzip2.morph