summaryrefslogtreecommitdiff
path: root/subversion-tarball.morph
blob: e0f0d3e6f8aa50520de36862ecd3422e2af57831 (plain)
1
2
3
4
5
6
7
8
9
{
    "name": "subversion-tarball",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [
        "python gen-make.py build.conf",
        "./configure --prefix=\"$PREFIX\" --without-berkeley-db"
    ]
}