sphinx.cfg 1.12 KB
Newer Older
1 2 3 4 5 6
[buildout]
parts = sphinx

[sphinx-1.10-fix_nosigpipe.patch]
recipe = hexagonit.recipe.download
url = http://www.nexedi.org/static/patches/${:filename}
7
md5sum = b606b2a267ebfbd009bb1e72e7a29462
8 9 10
download-only = true
filename = sphinx-1.10-fix_nosigpipe.patch

11 12 13 14 15 16 17 18
[sphinx-1.10-beta-snowball.patch]
recipe = hexagonit.recipe.download
url = http://www.nexedi.org/static/patches/${:filename}
path = ${:filename}
md5sum = 65a5ee78bf27c030734674c018006287
download-only = true
filename = sphinx-1.10-beta-snowball.patch

19 20 21 22 23 24
[sphinx]
recipe = hexagonit.recipe.cmmi
url = http://www.sphinxsearch.com/downloads/sphinx-1.10-beta.tar.gz
md5sum = 5b52ce9e93a73c66d37bc3a2402f14fa
configure-options =
  --with-mysql
25 26
  --with-mysql-includes=${mysql-5.1:location}/include/mysql
  --with-mysql-libs=${mysql-5.1:location}/lib/mysql
27
  --with-libstemmer
28
  LDFLAGS="-Wl,-rpath ${mysql-5.1:location}/lib/mysql"
29 30 31
patch-options = -p1
patches =
  ${sphinx-1.10-fix_nosigpipe.patch:location}/${sphinx-1.10-fix_nosigpipe.patch:filename}
32
  ${sphinx-1.10-beta-snowball.patch:location}/${sphinx-1.10-beta-snowball.patch:filename}
33 34 35 36
environment =

[requirements]
binary = patch gcc g++