summaryrefslogtreecommitdiff
path: root/cvs-tarball.morph
blob: ed465fe406c3f7eb4cb3e24f8c74f90e4a00fa9d (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-dependency-tracking --disable-nls --disable-rpath"
    ]
}