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