[buildout]
extends =
../software-profiles/apache.cfg
../software-profiles/subversion.cfg
parts =
pysvn-python
[pysvn-python]
recipe = zc.recipe.egg:custom
egg =
pysvn
include-dirs =
${subversion:location}/include/subversion-1
${apache:location}/include
library-dirs =
${subversion:location}/lib
${apache:location}/lib
# heavily patched version that supports --include-dirs and --library-dirs
find-links = http://www.nexedi.org/static/packages/source/pysvn-1.7.4nxd002.tar.gz
-
Kazuhiko Shiozaki authored
* no need to try to find neon, expat and ssl, because they should be already linked in libsvn_client-1.so. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40648 20353a03-c40f-0410-a6d1-a30d3c3de9de
98f41fd1