summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-25 18:04:04 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-25 18:04:04 +0100
commit1f6cb46b6a4b3ebf9352fa10198b0b286f84138b (patch)
tree3aac08b7681884a27a63b4f03e2da3fd08ea6735
parent9f8a09ed743cedd9547bf0661d518647966ab114 (diff)
downloadswig-tarball-1f6cb46b6a4b3ebf9352fa10198b0b286f84138b.tar.gz
Add morphologybaserock/morph
-rw-r--r--swig-tarball.morph8
1 files changed, 8 insertions, 0 deletions
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"
+ ]
+}