summaryrefslogtreecommitdiff
path: root/libsoup.morph
blob: dac3646c4ef1205da8c20d956f610bad36b7a207 (plain)
1
2
3
4
5
6
7
8
9
{
    "name": "libsoup",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [
        "NOCONFIGURE=1 ./autogen.sh",
        "./configure --prefix=\"$PREFIX\" --disable-tls-check"
    ]
}