summaryrefslogtreecommitdiff
path: root/bluez.morph
blob: 5755371e486f34eaa1f8aed4bf1710e347cfd07e (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"
    ],
}