Commit a967d2b2 authored by Łukasz Nowak's avatar Łukasz Nowak

- add memcached with libevent

 - cleanup official file


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32636 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ddb48141
......@@ -9,6 +9,7 @@ extends =
software-profiles/flare.cfg
software-profiles/haproxy.cfg
software-profiles/imagemagick.cfg
software-profiles/libevent.cfg
software-profiles/memcached.cfg
software-profiles/mysql-tritonn-5.0.cfg
software-profiles/oood.cfg
......@@ -33,6 +34,7 @@ find-links =
parts =
pythonbin
apache
memcached
# haproxy
varnish
mysql-tritonn-5.0
......@@ -46,14 +48,8 @@ parts =
bt5-erp5
openoffice-bin
oood
# erp5-bt5
# erp5-products
# More debugging is better, see http://pypi.python.org/pypi/zc.buildout#always-unzipping-eggs
unzip = true
[show-requirements]
# XXX: probably better way to merge results from all parts is needed
# XXX: convert into proper recipe if possible
recipe = plone.recipe.command
command =
echo "Required binary files: ${requirements:binary}"
......
[buildout]
parts = libevent
[libevent]
recipe = hexagonit.recipe.cmmi
url = http://www.monkey.org/~provos/libevent-1.4.13-stable.tar.gz
[buildout]
parts = memcached
[memcached]
recipe = hexagonit.recipe.cmmi
url = http://memcached.googlecode.com/files/memcached-1.4.4.tar.gz
configure-options =
--with-libevent=${libevent:location}
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