summaryrefslogtreecommitdiff
path: root/subversion-tarball.morph
blob: d28954cfa9ad37ad291d87865752ff77841c2b4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "subversion-tarball",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [
        "python gen-make.py build.conf",
        "./configure --prefix=\"$PREFIX\" --without-berkeley-db"
    ],
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make install DESTDIR=\"$DESTDIR\"",
        "make swig-pl",
        "make install-swig-pl DESTDIR=\"$DESTDIR\""
    ]
}