summaryrefslogtreecommitdiff
path: root/bluez-tools.morph
blob: cffb63075853eab905b245ffd21c6c913a684b9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "bluez-tools",
    "description": "A set of tools to manage Bluetooth devices for Linux",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [
        "sed -i -e 's/-lreadline/-lreadline -lncurses/g' configure.ac",
        "./autogen.sh",
        "./configure --prefix=\"$PREFIX\""
    ],
    "build-commands": [
        "LDFLAGS=\"$LDFLAGS -lncurses\" make"
    ]
}