summaryrefslogtreecommitdiff
path: root/chunks/subversion-tarball.morph
blob: ba886679da1766acdd7b776b9d1f856af54b53f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: subversion-tarball
kind: chunk
repo: upstream:subversion-tarball
ref: 351e074672d9aa6446d5829938b697a3d6b23266
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"