summaryrefslogtreecommitdiff
path: root/libtool.morph
blob: e529458bc7e9d87500ccbcb814a54a585c610578 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name": "libtool",
    "kind": "chunk",
    "max-jobs": 1,
    "configure-commands": [
        "bash bootstrap --skip-po --skip-git",
        "./configure --prefix=/usr --disable-nls"
    ],
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make DESTDIR=\"$DESTDIR\" install"
    ]
}