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