summaryrefslogtreecommitdiff
path: root/strata/foundation/dbus-pre.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/foundation/dbus-pre.morph')
-rw-r--r--strata/foundation/dbus-pre.morph24
1 files changed, 24 insertions, 0 deletions
diff --git a/strata/foundation/dbus-pre.morph b/strata/foundation/dbus-pre.morph
new file mode 100644
index 00000000..5dc69c85
--- /dev/null
+++ b/strata/foundation/dbus-pre.morph
@@ -0,0 +1,24 @@
+name: dbus-pre
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: autotools
+pre-configure-commands: []
+configure-commands:
+- sh autogen.sh --no-configure
+- ./configure --prefix="$PREFIX" --localstatedir=/var --sysconfdir=/etc --disable-systemd
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make XMLTO_OUTPUT=
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make XMLTO_OUTPUT= DESTDIR="$DESTDIR" install
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []