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