summaryrefslogtreecommitdiff
path: root/libtool.morph
blob: 81c2ae083702bcb0c05ca3d7d0a7b33be7b5dee2 (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",
        "./configure --prefix=/usr"
    ],
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make DESTDIR=\"$DESTDIR\" install"
    ]
}