summaryrefslogtreecommitdiff
path: root/elements/lorry/subversion-tarball.bst
diff options
context:
space:
mode:
Diffstat (limited to 'elements/lorry/subversion-tarball.bst')
-rw-r--r--elements/lorry/subversion-tarball.bst24
1 files changed, 24 insertions, 0 deletions
diff --git a/elements/lorry/subversion-tarball.bst b/elements/lorry/subversion-tarball.bst
new file mode 100644
index 00000000..f9187ff3
--- /dev/null
+++ b/elements/lorry/subversion-tarball.bst
@@ -0,0 +1,24 @@
+kind: autotools
+depends:
+- foundation.bst
+- python-cliapp.bst
+- pcre-utils.bst
+- lorry/swig.bst
+- lorry/libapr.bst
+- lorry/libapr-util.bst
+- lorry/libserf.bst
+- lorry/neon.bst
+sources:
+- kind: git
+ url: upstream:subversion-tarball
+ track: subversion-1.8.13
+ ref: bb0ef45f7c46b0ae221b26265ef98a768c33f820
+config:
+ configure-commands:
+ - LIBTOOL_CONFIG=/usr/share/libtool/build-aux/ ./autogen.sh
+ - python gen-make.py build.conf
+ - ./configure --prefix="%{prefix}" --without-berkeley-db
+ install-commands:
+ - MAKEFLAGS="-j 1" make install DESTDIR="%{install-root}"
+ - make swig-pl
+ - make install-swig-pl DESTDIR="%{install-root}"