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