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