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