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