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