subversion.cfg 1.35 KB
Newer Older
Łukasz Nowak's avatar
Łukasz Nowak committed
1 2 3 4 5
[buildout]
extends =
  ../software-profiles/apache.cfg
  ../software-profiles/libdb.cfg
  ../software-profiles/libexpat.cfg
Romain Courteaud's avatar
Romain Courteaud committed
6
  ../software-profiles/serf.cfg
Łukasz Nowak's avatar
Łukasz Nowak committed
7 8
  ../software-profiles/sqlite3.cfg
  ../software-profiles/zlib.cfg
9
  ../software-profiles/openssl.cfg
10
  ../software-profiles/libuuid.cfg
Łukasz Nowak's avatar
Łukasz Nowak committed
11 12 13 14 15 16 17 18 19 20 21 22 23 24
parts =
  subversion

[subversion]
recipe = hexagonit.recipe.cmmi
url = http://subversion.tigris.org/downloads/subversion-1.6.13.tar.bz2
md5sum = 7ae1c827689f21cf975804005be30aeb
configure-options =
  --with-apr=${apache:location}/bin/apr-1-config
  --with-apr-util=${apache:location}/bin/apu-1-config
  --with-apxs=${apache:location}/bin/apxs
  --with-zlib=${zlib:location}
  --with-sqlite=${sqlite3:location}
  --without-berkeley-db
25
  --without-neon
Romain Courteaud's avatar
Romain Courteaud committed
26 27 28 29 30 31 32 33 34 35 36 37 38 39
  --without-ssl
  --without-sasl
  --with-serf=${serf:location}
  --without-apr_memcache
  --without-gnome-keyring
  --without-kwallet
  --without-jdk
  --without-jikes
  --without-swig
  --without-junit
  --without-ctypesgen
  --without-ruby-sitedir
  --without-ruby-test-verbose
  --disable-nls
40

Łukasz Nowak's avatar
Łukasz Nowak committed
41
environment =
42 43
  CPPFLAGS=-I${libexpat:location}/include -I${libuuid:location}/include
  LDFLAGS=-L${libexpat:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${sqlite3:location}/lib -Wl,-rpath -Wl,${serf:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib -L${libuuid:location}/lib -Wl,-rpath -Wl,${libuuid:location}/lib