summaryrefslogtreecommitdiff
path: root/elements/foundation/dbus-pre.bst
blob: bc4aec7f1886e4dddc9ef1e83b4b077284f8cfaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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