buildout.cfg 318 Bytes
Newer Older
1 2
[buildout]
extends =
Łukasz Nowak's avatar
Łukasz Nowak committed
3 4
  ../apache/buildout.cfg
  ../subversion/buildout.cfg
5 6 7 8 9 10 11 12 13 14 15 16 17 18

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