summaryrefslogtreecommitdiff
path: root/gettext.morph
blob: 5425f1565a198b37ef3eb21035b528efc10068bc (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 CFLAGS=\"-O2 $CFLAGS\""
    ],
    "build-commands": [
        "make EXAMPLESPOFILES="
    ],
    "install-commands": [
        "make EXAMPLESPOFILES= DESTDIR=\"$DESTDIR\" install"
    ]
}