summaryrefslogtreecommitdiff
path: root/bison.morph
blob: ff9153601aa43364df937e0dcc194eaf241d3330 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "name": "bison",
    "kind": "chunk",
    "configure-commands": [
        "rm .git*",
        "echo \"$(grep '* Changes in version' NEWS | grep -v '?\\.?' | head -n1 | cut -d' ' -f5)-123456\" > .tarball-version",
        "bash bootstrap --skip-po",
        "./configure --prefix=/usr --disable-nls"
    ],
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make DESTDIR=\"$DESTDIR\" install"
    ]
}