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