summaryrefslogtreecommitdiff
path: root/strata/lorry/subversion-tarball.morph
blob: 8fd1bc087d738b083ebdefbc3922a255d893f1ff (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:
- make install DESTDIR="$DESTDIR"
- make swig-pl
- make install-swig-pl DESTDIR="$DESTDIR"