summaryrefslogtreecommitdiff
path: root/libunistring.morph
blob: 103b9d8310fae3234e88e39dd2dafd2a4778e135 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "name": "libunistring",
    "description": "GNU Unicode String Library",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [
        "./autogen.sh",
        "./configure --prefix=\"$PREFIX\""
    ]
}