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