# This varition of ERP5 is specific to disable few parts of 
# ERP5 compilation which are not supported for now on 
# RikoMagic MK802III. This file should be removed as soon
# all pendencies listed above be removed.

# Known Problems:
#  * cloudooo doesn't work due lack of openoffice 
#  * the initial database erp5 is not created automatically
#     due the lack of mrongaa.
#  * KumoFS is also disabled

# Note: Most of disabled parts are disabled by convience because it do not
#       prevents minimal erp5 to work and problems were not investigated deeply.

[buildout]
extends = software.cfg


[libreoffice-bin]
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
command = echo dummy
location = ${buildout:parts-directory}/${:_buildout_section_name_}

[jsl]
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
command = echo dummy
location = ${buildout:parts-directory}/${:_buildout_section_name_}

[kumo]
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
command = echo dummy
location = ${buildout:parts-directory}/${:_buildout_section_name_}

[w3m]
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
command = echo dummy
location = ${buildout:parts-directory}/${:_buildout_section_name_}

configure-options = false
patch-options = false
patches = false
environment = false

[percona-toolkit]
md5sum = 66165271fc3ddf8311e5ff3b1a954595

[pycrypto-python]
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
command = echo dummy
location = ${buildout:parts-directory}/${:_buildout_section_name_}
egg = 
include-dirs =
library-dirs =
rpath =

[mroonga-mariadb]
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
command = echo dummy
location = ${buildout:parts-directory}/${:_buildout_section_name_}

configure-options =
depends =
environment =

[xtrabackup]
patches =
configure-command =
environment =
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
command = echo dummy
location = ${buildout:parts-directory}/${:_buildout_section_name_}