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