summaryrefslogtreecommitdiff
path: root/strata/trove/subversion-tarball.def
diff options
context:
space:
mode:
Diffstat (limited to 'strata/trove/subversion-tarball.def')
-rw-r--r--strata/trove/subversion-tarball.def9
1 files changed, 9 insertions, 0 deletions
diff --git a/strata/trove/subversion-tarball.def b/strata/trove/subversion-tarball.def
new file mode 100644
index 00000000..3441c784
--- /dev/null
+++ b/strata/trove/subversion-tarball.def
@@ -0,0 +1,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"