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