summaryrefslogtreecommitdiff
path: root/gettext.morph
blob: c117ff140b26c5d46fbcbce39ae34a682733cc81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "gettext",
    "kind": "chunk",
    "max-jobs": 1,
    "configure-commands": [
        "./configure --prefix=/usr"
    ],
    "build-commands": [
        "make EXAMPLESPOFILES="
    ],
    "install-commands": [
        "make EXAMPLESPOFILES= DESTDIR=\"$DESTDIR\" install"
    ]
}