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