# mroonga - a MySQL storage engine using full-text search engine groonga # http://mroonga.github.com/ # http://groonga.org/ [buildout] extends = ../autoconf/buildout.cfg ../automake/buildout.cfg ../glib/buildout.cfg ../libtool/buildout.cfg ../pkgconfig/buildout.cfg parts = groonga [groonga-1.2.8-configure-Wno-cflags-patch] recipe = hexagonit.recipe.download url = ${:_profile_base_location_}/${:filename} md5sum = b48ac46c7de0ed4c0e632e06118b8a58 filename = groonga-1.2.8-configure-Wno-cflags.patch download-only = true [groonga] recipe = hexagonit.recipe.cmmi url = http://packages.groonga.org/source/groonga/groonga-1.2.8.tar.gz md5sum = a319b1f3a55cbf250ef5255f5c51ff46 patch-options = -p0 patches = ${groonga-1.2.8-configure-Wno-cflags-patch:location}/${groonga-1.2.8-configure-Wno-cflags-patch:filename} environment = PATH =${autoconf:location}/bin:${automake-1.11:location}/bin:${libtool:location}/bin:%(PATH)s configure-command = aclocal -I ${glib:location}/share/aclocal -I ${libtool:location}/share/aclocal -I ${pkgconfig:location}/share/aclocal -I . libtoolize -c -f autoheader automake -c -a -f autoconf ./configure configure-options = --prefix=${buildout:parts-directory}/${:_buildout_section_name_} --disable-static --disable-glibtest --disable-benchmark --without-mecab