summaryrefslogtreecommitdiff
path: root/libcap2.morph
blob: c409342596c0000afe82a297a65bb59d773ea72a (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "name": "libcap2",
    "kind": "chunk",
    "build-system": "manual",
    "build-commands": [
        "make prefix=\"$PREFIX\""
    ],
    "install-commands": [
        "make prefix=\"$PREFIX\" DESTDIR=\"$DESTDIR\" RAISE_SETFCAP=no install"
    ]
}