summaryrefslogtreecommitdiff
path: root/nss.morph
blob: c7829c7dfd26281afe9eec4f29f7f1686e910986 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "name": "nss",
    "kind": "chunk",
    "build-system": "autotools",
    "max-jobs": "1",
    "configure-commands": [
        "NOCONFIGURE=1 ./autogen.sh",
        "./configure --prefix=\"$PREFIX\" --exec-prefix=\"$PREFIX\""
    ]
}