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