summaryrefslogtreecommitdiff
path: root/connman.morph
blob: bdacd4fcba4aacd72963fac06b340202dcbddf7d (plain)
1
2
3
4
5
6
7
8
9
{
    "name": "connman",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [
        "./bootstrap",
        "./configure --prefix=\"$PREFIX\" --disable-wispr LIBS=-lncurses"
    ]
}