summaryrefslogtreecommitdiff
path: root/strata/trove/subversion-tarball.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/trove/subversion-tarball.morph')
-rw-r--r--strata/trove/subversion-tarball.morph26
1 files changed, 26 insertions, 0 deletions
diff --git a/strata/trove/subversion-tarball.morph b/strata/trove/subversion-tarball.morph
new file mode 100644
index 00000000..45b89f06
--- /dev/null
+++ b/strata/trove/subversion-tarball.morph
@@ -0,0 +1,26 @@
+name: subversion-tarball
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: autotools
+pre-configure-commands: []
+configure-commands:
+- python gen-make.py build.conf
+- ./configure --prefix="$PREFIX" --without-berkeley-db
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make install DESTDIR="$DESTDIR"
+- make swig-pl
+- make install-swig-pl DESTDIR="$DESTDIR"
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []