summaryrefslogtreecommitdiff
path: root/strata/trove/subversion-tarball.morph
blob: cb416d539295c4f505f17bda8da4f179c26f340b (plain)
1
2
3
4
5
6
7
8
9
10
name: subversion-tarball
kind: chunk
build-system: autotools
configure-commands:
- python gen-make.py build.conf
- ./configure --prefix="$PREFIX" --without-berkeley-db
install-commands:
- make install DESTDIR="$DESTDIR"
- make swig-pl
- make install-swig-pl DESTDIR="$DESTDIR"