summaryrefslogtreecommitdiff
path: root/strata/lorry/subversion-tarball.morph
blob: feb906cd85266987ef350b2cc0ac0fedcc0b5312 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name: subversion-tarball
kind: chunk
build-system: autotools
pre-configure-commands:
- LIBTOOL_CONFIG=/usr/share/libtool/build-aux/ ./autogen.sh
configure-commands:
- python gen-make.py build.conf
- ./configure --prefix="$PREFIX" --without-berkeley-db
install-commands:
- MAKEFLAGS="-j 1" make install DESTDIR="$DESTDIR"
- make swig-pl
- make install-swig-pl DESTDIR="$DESTDIR"