summaryrefslogtreecommitdiff
path: root/foundation/dbus.morph
diff options
context:
space:
mode:
Diffstat (limited to 'foundation/dbus.morph')
-rw-r--r--foundation/dbus.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/foundation/dbus.morph b/foundation/dbus.morph
new file mode 100644
index 00000000..d3c1895e
--- /dev/null
+++ b/foundation/dbus.morph
@@ -0,0 +1,15 @@
+name: foundation/dbus.morph
+kind: chunk
+repo: upstream:dbus
+ref: f2e4718bf42f507684949ebf484aa94df42abbbe
+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
+build_depends:
+- foundation/glib.morph
+- foundation/systemd.morph