[buildout]
extends =
  ../software-profiles/tokyocabinet.cfg
  ../software-profiles/messagepack.cfg
  ../software-profiles/openssl.cfg
  ../software-profiles/zlib.cfg

parts = kumo

[kumo]
recipe = erp5.recipe.cmmiforcei686
url = http://github.com/downloads/etolabo/kumofs/kumofs-0.4.12.tar.gz
md5sum = 70fc53a332fb2b76ae6a3aad7aa59aad
configure-options =
  --with-tokyocabinet=${tokyocabinet:location}
  --with-msgpack=${messagepack:location}

environment =
  CPPFLAGS=-I${zlib:location}/include -I${openssl:location}/include
  LDFLAGS=-L${zlib:location}/lib -L${openssl:location}/lib -Wl,-rpath -Wl,${tokyocabinet:location}/lib -Wl,-rpath -Wl,${messagepack:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib