summaryrefslogtreecommitdiff
path: root/libproxy.morph
blob: d195a6923b12e2239ea6caf840223406976f41d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "libproxy",
    "kind": "chunk",
    "build-system": "manual",
    "configure-commands": [
        "cmake -DCMAKE_INSTALL_PREFIX=\"\"$PREFIX\"\" \"$@\""
    ],
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make DESTDIR=\"$DESTDIR\" install"
    ]
}