# xtrabackup: hot backup utility for MySQL # http://www.percona.com/ # Depends on SlapOS patched buildout for _profile_base_location_ functionality [buildout] extends = ../autoconf/buildout.cfg ../automake/buildout.cfg ../bison/buildout.cfg ../flex/buildout.cfg ../libtool/buildout.cfg ../ncurses/buildout.cfg ../readline/buildout.cfg ../zlib/buildout.cfg parts = xtrabackup find-links = http://www.nexedi.org/static/packages/source/slapos.buildout/ versions = versions [xtrabackup-build-patch-download] recipe = hexagonit.recipe.download url = ${:_profile_base_location_}/${:filename} md5sum = e018df8bb3ed672891388556b8e91e35 download-only = true filename = xtrabackup_build.patch [allow_force_ibbackup.patch] recipe = hexagonit.recipe.download url = ${:_profile_base_location_}/${:filename} md5sum = d642ea7b30d1322a516fbece4ee100e0 download-only = true filename = ${:_buildout_section_name_} [xtrabackup] recipe = hexagonit.recipe.cmmi url = http://www.shacache.org/shacache/c95935b55f95d1e630343fafb0d2e52295de5d1f1bf665b809c74d28c4b49284fb9050347614c7b4c451dbab92db1d46505d3693cb13d0ab0cf483de336f43b7 md5sum = 7c263723312cba36539df4cd7a119744 make-binary = true patches = ${xtrabackup-build-patch-download:location}/${xtrabackup-build-patch-download:filename} ${allow_force_ibbackup.patch:location}/${allow_force_ibbackup.patch:filename} patch-options = -p1 location = ${buildout:parts-directory}/${:_buildout_section_name_} configure-command = utils/build.sh innodb51_builtin ${:location} ${libtool:location} environment = CPPFLAGS =-I${zlib:location}/include -I${ncurses:location}/include -I${readline:location}/include LDFLAGS =-L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib -L${ncurses:location}/lib -Wl,-rpath=${ncurses:location}/lib -L${readline:location}/lib -Wl,-rpath=${readline:location}/lib PATH=${autoconf:location}/bin:${automake-1.11:location}/bin:${libtool:location}/bin:${flex:location}/bin:%(PATH)s:${bison:location}/bin make-options = -j1 [versions] # Use SlapOS patched zc.buildout zc.buildout = 1.5.3-dev-SlapOS-001