| 1 |
luke |
40137 |
[buildout]
|
| 2 |
|
|
extends =
|
| 3 |
|
|
../software-profiles/libexpat.cfg
|
| 4 |
kazuhiko |
40627 |
../software-profiles/neon.cfg
|
| 5 |
luke |
40137 |
../software-profiles/openssl.cfg
|
| 6 |
kazuhiko |
40627 |
../software-profiles/subversion.cfg
|
| 7 |
luke |
40137 |
|
| 8 |
|
|
parts =
|
| 9 |
|
|
pysvn-python
|
| 10 |
|
|
|
| 11 |
|
|
[pysvn-python]
|
| 12 |
kazuhiko |
40627 |
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
|