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