summaryrefslogtreecommitdiff
path: root/bison.morph
blob: 6b847f6f3ab324d149de473760fafc092e104967 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "bison",
    "kind": "chunk",
    "configure-commands": [
        "bash bootstrap --skip-po",
        "./configure --prefix=/usr --disable-nls"
    ],
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make DESTDIR=\"$DESTDIR\" install"
    ]
}