add new repository link
[voodoo.git] / vudo.browser / buildout.cfg
blobd14626fcf1bc65f1c3955b467790f65bb953abf4
1 [buildout]
2 parts =
3     xapian
4     xapian-bindings
5     test
7 develop = .
9 find-links =
10    http://dist.repoze.org/lemonade/dev/simple/repoze.bfg
11    http://download.zope.org/ppix
12    http://effbot.org/downloads
13    
14 [test]
15 recipe = zc.recipe.testrunner
16 eggs = vudo.browser
17 extra-paths =
18   ${xapian:location}/lib/python
20 [xapian]
21 recipe = zc.recipe.cmmi
22 url = http://xappy.googlecode.com/files/xapian-core-11745.tgz
24 [xapian-bindings]
25 recipe = zc.recipe.cmmi
26 url = http://xappy.googlecode.com/files/xapian-bindings-11745.tgz
27 extra_options =
28     PYTHON_LIB=${xapian:location}/lib/python
29     XAPIAN_CONFIG=${xapian:location}/bin/xapian-config
30     --with-python
31     --with-php=no
32     --with-ruby=no
33     --with-java=no
34     --with-csharp=no