summaryrefslogtreecommitdiff
path: root/dbus.morph
blob: 9ca7328149680d3e8c8b317efa354e26034f7e4a (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "name": "dbus",
    "kind": "chunk",
    "build-system": "autotools",
    "build-commands": [
        "make XMLTO_OUTPUT="
    ],
    "install-commands": [
        "make XMLTO_OUTPUT= DESTDIR=\"$DESTDIR\" install"
    ]
}