summaryrefslogtreecommitdiff
path: root/linuxquota.morph
blob: aa47de4bc18274977cefdb988af63ca9df9f0ebc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "name": "linuxquota",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [
        "autoreconf -ivf",
        "./configure --prefix=\"$PREFIX\""
    ],
    "build-commands": [
        "make \"RPCGEN=rpcgen -Y /usr/bin\""
    ]
}