# groonga - an open-source fulltext search engine and column store # http://groonga.org/ [buildout] parts = groonga extends = ../pkgconfig/buildout.cfg ../zlib/buildout.cfg [groonga] recipe = slapos.recipe.cmmi version = 3.0.4 url = http://packages.groonga.org/source/groonga/groonga-${:version}.tar.gz md5sum = d37e6391f9a7346166e0d1301e88dea5 configure-options = --disable-static --disable-glibtest --disable-benchmark --disable-document --disable-groonga-httpd --without-mecab environment = CPPFLAGS =-I${zlib:location}/include LDFLAGS =-Wl,-rpath=${zlib:location}/lib -L${zlib:location}/lib [groonga-normalizer-mysql] recipe = slapos.recipe.cmmi version = 1.0.4 url = http://packages.groonga.org/source/groonga-normalizer-mysql/groonga-normalizer-mysql-${:version}.tar.gz md5sum = 72c9d9fe5031c2c3af34dbbfcd46a9a9 location = ${groonga:location} depends = ${groonga:version} configure-options = --disable-static environment = PATH=${pkgconfig:location}/bin:%(PATH)s PKG_CONFIG_PATH=${groonga:location}/lib/pkgconfig