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