summaryrefslogtreecommitdiff
path: root/bluez.morph
blob: 4c2fa2edceeb9a0d0bda854c965419ed4af376ca (plain)
1
2
3
4
5
6
7
8
9
10
{
    "name": "bluez",
    "description": "Bluetooth protocol stack for Linux",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [
        "autoreconf -ivf",
        "./configure --prefix=\"$PREFIX\" --enable-tools --enable-test --sysconfdir=/etc --localstatedir=/var --libexecdir=/lib"
    ]
}