Commit 1c320627 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

initial commit of the recipe to build sphinx.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37751 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3e22e015
[buildout]
parts = sphinx
[sphinx-1.10-fix_nosigpipe.patch]
recipe = hexagonit.recipe.download
url = http://www.nexedi.org/static/patches/${:filename}
md5sum = fee62e08ff2b4e546a2058225f18e31d
download-only = true
filename = sphinx-1.10-fix_nosigpipe.patch
[sphinx]
recipe = hexagonit.recipe.cmmi
url = http://www.sphinxsearch.com/downloads/sphinx-1.10-beta.tar.gz
md5sum = 5b52ce9e93a73c66d37bc3a2402f14fa
configure-options =
--with-mysql
--with-mysql-includes=${mysql-tritonn-5.0:location}/include/mysql
--with-mysql-libs=${mysql-tritonn-5.0:location}/lib/mysql
LDFLAGS="-Wl,-rpath ${mysql-tritonn-5.0:location}/lib/mysql"
patch-options = -p1
patches =
${sphinx-1.10-fix_nosigpipe.patch:location}/${sphinx-1.10-fix_nosigpipe.patch:filename}
environment =
[requirements]
binary = patch gcc g++
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment