summaryrefslogtreecommitdiff
path: root/curl.morph
blob: 50cb4166bd8c8e25e306cc485063a6a6df4de4f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name": "curl",
    "kind": "chunk",
    "configure-commands": [
        "./buildconf",
        "./configure --disable-manual --prefix=\"$PREFIX\""
    ],
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make  DESTDIR=\"$DESTDIR\" install"
    ]
}