/[public]/erp5/trunk/buildout/software-profiles/pysvn-python.cfg
ERP5 logo

Contents of /erp5/trunk/buildout/software-profiles/pysvn-python.cfg

Parent Directory Parent Directory | Revision Log Revision Log


Revision 40627 - (show annotations)
Wed Nov 24 21:27:08 2010 UTC (2 years, 6 months ago) by kazuhiko
File size: 638 byte(s)
use our own heavily patched pysvn tarball that supports --include-dirs and --library-dirs.
1 [buildout]
2 extends =
3 ../software-profiles/libexpat.cfg
4 ../software-profiles/neon.cfg
5 ../software-profiles/openssl.cfg
6 ../software-profiles/subversion.cfg
7
8 parts =
9 pysvn-python
10
11 [pysvn-python]
12 recipe = zc.recipe.egg:custom
13 egg =
14 pysvn
15 include-dirs =
16 ${subversion:location}/include/subversion-1
17 ${apache:location}/include
18 library-dirs =
19 ${subversion:location}/lib
20 ${apache:location}/lib
21 ${neon:location}/lib
22 ${libexpat:location}/lib
23 ${openssl:location}/lib
24 # heavily patched version that supports --include-dirs and --library-dirs
25 find-links = http://www.nexedi.org/static/packages/source/pysvn-1.7.4nxd001.tar.gz

  ViewVC Help
Powered by ViewVC 1.1.2