[Erp5-report] r37751 kazuhiko - /erp5/trunk/buildout/software-profiles/sphinx.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Aug 12 13:59:24 CEST 2010


Author: kazuhiko
Date: Thu Aug 12 13:59:22 2010
New Revision: 37751

URL: http://svn.erp5.org?rev=37751&view=rev
Log:
initial commit of the recipe to build sphinx.

Added:
    erp5/trunk/buildout/software-profiles/sphinx.cfg

Added: erp5/trunk/buildout/software-profiles/sphinx.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/sphinx.cfg?rev=37751&view=auto
==============================================================================
--- erp5/trunk/buildout/software-profiles/sphinx.cfg (added)
+++ erp5/trunk/buildout/software-profiles/sphinx.cfg [utf8] Thu Aug 12 13:59:22 2010
@@ -0,0 +1,26 @@
+[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++




More information about the Erp5-report mailing list