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