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