summaryrefslogtreecommitdiff
path: root/caribou.morph
blob: 30883c787da08a38360bee952afa7bd0a36e3ca6 (plain)
1
2
3
4
5
6
7
8
9
{
    "name": "caribou",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [
        "NOCONFIGURE=1 ./autogen.sh",
        "./configure --prefix=\"$PREFIX\" --disable-gtk2-module"
    ]
}