summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-28 11:37:42 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-28 11:37:42 +0100
commitee3d55f859d7d54cb9bd9a376fbdecca89335aee (patch)
tree9ce0d17429bced256402fb0f6b11f94eb36c9b5d
parent1aaa7cd8880727716883d75783dc0569f3e4238b (diff)
downloadcpython-ee3d55f859d7d54cb9bd9a376fbdecca89335aee.tar.gz
cpython: add morph
This is based off cpython's 2.7.2 release
-rw-r--r--cpython.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpython.morph b/cpython.morph
new file mode 100644
index 0000000000..3c2e2f0b8a
--- /dev/null
+++ b/cpython.morph
@@ -0,0 +1,8 @@
+{
+ "name": "cpython",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "./configure --prefix=\"$PREFIX\" --enable-shared"
+ ]
+}