summaryrefslogtreecommitdiff
path: root/zip.morph
blob: 0a4ae8082999c80c091cc80ff8083a8833bf3b51 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "name": "zip",
    "kind": "chunk",
    "build-system": "manual",
    "build-commands": [
        "make -f unix/Makefile prefix=\"$PREFIX\" \"CFLAGS_NOOPT=-I. -DUNIX\" generic_gcc"
    ],
    "install-commands": [
        "make -f unix/Makefile prefix=\"$DESTDIR/$PREFIX\" MANDIR=\"$DESTDIR/$PREFIX/share/man/man1\" install"
    ]
}