handlersocket.cfg 937 Bytes
Newer Older
1 2 3 4
# Handlersocket - a NoSQL plugin for MySQL.
# http://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL

[buildout]
5
extends =
6 7 8
  ../software-profiles/autoconf.cfg
  ../software-profiles/automake.cfg
  ../software-profiles/libtool.cfg
9 10
  ../software-profiles/mysql-5.1.cfg

11 12 13 14 15 16 17
parts =
  handlersocket

[handlersocket]
recipe = hexagonit.recipe.cmmi
url = http://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL/tarball/1.0.6
md5sum = 57f5c131e3d29701b01dd92c35ed25fd
18 19
configure-command =
  ACLOCAL_ARGS=-I${libtool:location}/share/aclocal ./autogen.sh && ./configure
20
configure-options =
21
  --prefix=${buildout:parts-directory}/handlersocket
22 23 24
  --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
25 26
environment =
  PATH =${autoconf:location}/bin:${automake-1.11:location}/bin:${libtool:location}/bin:%(PATH)s