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