summaryrefslogtreecommitdiff
path: root/strata/foundation/dbus-pre.morph
blob: 3ec008bf697b317b20672181b2ad7e241eb5ec65 (plain)
1
2
3
4
5
6
7
8
9
10
name: dbus-pre
kind: chunk
build-system: autotools
configure-commands:
- sh autogen.sh --no-configure
- ./configure --prefix="$PREFIX" --localstatedir=/var --sysconfdir=/etc --disable-systemd
build-commands:
- make XMLTO_OUTPUT=
install-commands:
- make XMLTO_OUTPUT= DESTDIR="$DESTDIR" install