summaryrefslogtreecommitdiff
path: root/gnutls.morph
blob: 886a8d719c6304ca3b52fe86bef43830cc6e8436 (plain)
1
2
3
4
5
6
7
8
9
{
    "name": "gnutls",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [
        "make CFGFLAGS=--enable-gcc-warnings autoreconf",
        "./configure --prefix=\"$PREFIX\""
    ]
}