summaryrefslogtreecommitdiff
path: root/chunks/dbus.morph
blob: 57d5ea884f95c45c7b6aa220648e53debc672589 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name: dbus
kind: chunk
repo: upstream:dbus
ref: f2e4718bf42f507684949ebf484aa94df42abbbe
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