summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--caribou.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/caribou.morph b/caribou.morph
new file mode 100644
index 0000000..30883c7
--- /dev/null
+++ b/caribou.morph
@@ -0,0 +1,9 @@
+{
+ "name": "caribou",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "NOCONFIGURE=1 ./autogen.sh",
+ "./configure --prefix=\"$PREFIX\" --disable-gtk2-module"
+ ]
+}