summaryrefslogtreecommitdiff
path: root/dbus-pre.morph
blob: 1a568f1102d8feb882a44a68d629de61a696d910 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "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"
    ]
}