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