summaryrefslogtreecommitdiff
path: root/strata/trove/subversion-tarball.def
blob: 3441c7844f5744028d061c8025e06606b58dfa64 (plain)
1
2
3
4
5
6
7
8
9
name: subversion-tarball
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"