summaryrefslogtreecommitdiff
path: root/ncurses.morph
blob: d619b6911c233ce075ca59b8e556185d9b3f7cc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "ncurses",
    "kind": "chunk",
    "configure-commands": [
        "./configure --with-shared --without-debug --enable-widec"
    ],
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make  DESTDIR=\"$DESTDIR\" install",
        "sh ncurses-morph-postinstall.sh"
    ]
}