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