summaryrefslogtreecommitdiff
path: root/elements/foundation/dbus-pre.bst
diff options
context:
space:
mode:
Diffstat (limited to 'elements/foundation/dbus-pre.bst')
-rw-r--r--elements/foundation/dbus-pre.bst17
1 files changed, 17 insertions, 0 deletions
diff --git a/elements/foundation/dbus-pre.bst b/elements/foundation/dbus-pre.bst
new file mode 100644
index 00000000..bc4aec7f
--- /dev/null
+++ b/elements/foundation/dbus-pre.bst
@@ -0,0 +1,17 @@
+kind: autotools
+depends:
+- coreutils-common.bst
+sources:
+- kind: git
+ url: upstream:dbus
+ track: baserock/dbus-1.10.14-capi-patches
+ ref: 8f71063e75fd6e06e985c1de711bf62231b504af
+config:
+ configure-commands:
+ - sh autogen.sh --no-configure
+ - ./configure --prefix="%{prefix}" --localstatedir=/var --sysconfdir=/etc --disable-systemd
+ --disable-xml-docs
+ build-commands:
+ - make XMLTO_OUTPUT=
+ install-commands:
+ - make XMLTO_OUTPUT= DESTDIR="%{install-root}" install