From 2b10a9677817377618e33d2b07ab7caefe316633 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 18 Aug 2014 17:05:22 +0000 Subject: Re-organise definitions with scripts/organise-morphologies.py --- strata/core/cpython.morph | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 strata/core/cpython.morph (limited to 'strata/core/cpython.morph') diff --git a/strata/core/cpython.morph b/strata/core/cpython.morph new file mode 100644 index 00000000..551c4165 --- /dev/null +++ b/strata/core/cpython.morph @@ -0,0 +1,7 @@ +name: cpython +kind: chunk +build-system: autotools +configure-commands: +- ./configure --prefix="$PREFIX" --enable-shared +post-install-commands: +- ln -s python2.7 "$DESTDIR"/"$PREFIX"/bin/python2 -- cgit v1.2.1