summaryrefslogtreecommitdiff
path: root/cvs-tarball.morph
blob: a4e8e6d9d5d20cedde6d7bb879bb4c8c40fd2aad (plain)
1
2
3
4
5
6
7
8
{
    "name": "cvs-tarball",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [
        "YACC='bison -y' ./configure --prefix \"$PREFIX\" --with-external-zlib --without-gssapi --without-krb4 --disable-server --disable-dependency-tracking --disable-nls --disable-rpath"
    ]
}