summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dbus.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/dbus.morph b/dbus.morph
new file mode 100644
index 00000000..a4666514
--- /dev/null
+++ b/dbus.morph
@@ -0,0 +1,15 @@
+{
+ "name": "dbus",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "sh autogen.sh --no-configure",
+ "./configure --prefix=\"$PREFIX\" --localstatedir=/var --sysconfdir=/etc"
+ ],
+ "build-commands": [
+ "make XMLTO_OUTPUT="
+ ],
+ "install-commands": [
+ "make XMLTO_OUTPUT= DESTDIR=\"$DESTDIR\" install"
+ ]
+}