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