From 1f6cb46b6a4b3ebf9352fa10198b0b286f84138b Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Tue, 25 Sep 2012 18:04:04 +0100 Subject: Add morphology --- swig-tarball.morph | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 swig-tarball.morph diff --git a/swig-tarball.morph b/swig-tarball.morph new file mode 100644 index 0000000..69d28d3 --- /dev/null +++ b/swig-tarball.morph @@ -0,0 +1,8 @@ +{ + "name": "swig-tarball", + "kind": "chunk", + "build-system": "autotools", + "configure-commands": [ + "./configure --prefix=\"$PREFIX\" --disable-ccache" + ] +} -- cgit v1.2.1