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