summaryrefslogtreecommitdiff
path: root/elements/lorry/subversion-tarball.bst
blob: f9187ff358c9938935b2773e4da33af4c3cdaa98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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}"