Commit e71eed58 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

initial commit of HandlerSocket-Plugin-for-MySQL.

FYI, pure python client is also under development:
* http://pypi.python.org/pypi/handlersocket
* https://code.launchpad.net/~songofacandy/+junk/pyhandlersocket


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39717 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fd7e2125
# Handlersocket - a NoSQL plugin for MySQL.
# http://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL
[buildout]
parts =
handlersocket
[handlersocket]
recipe = hexagonit.recipe.cmmi
url = http://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL/tarball/1.0.6
md5sum = 57f5c131e3d29701b01dd92c35ed25fd
pre-configure-hook = ${buildout:directory}/hooks/autogen-hooks.py:pre_configure_hook
configure-options =
--with-mysql-source=${mysql-5.1:location}__compile__/mysql-${mysql-5.1:version}
--with-mysql-bindir=${mysql-5.1:location}/bin
--with-mysql-plugindir=${mysql-5.1:location}/lib/mysql/plugin
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