summaryrefslogtreecommitdiff
path: root/libexpat.morph
blob: 98ea3520bae3c6de4fe550073c77dccd152b508a (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=/usr"
    ],
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make DESTDIR=\"$DESTDIR\" install"
    ]
}