summaryrefslogtreecommitdiff
path: root/strata/foundation/dbus.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/foundation/dbus.morph')
-rw-r--r--strata/foundation/dbus.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/strata/foundation/dbus.morph b/strata/foundation/dbus.morph
new file mode 100644
index 00000000..255d2915
--- /dev/null
+++ b/strata/foundation/dbus.morph
@@ -0,0 +1,10 @@
+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