[pkgconfig]recipe = hexagonit.recipe.cmmiurl = http://pkgconfig.freedesktop.org/releases/pkg-config-0.25.tar.gzmd5sum = a3270bab3f4b69b7dc6dbdacbcae9745location = ${buildout:parts-directory}/${:_buildout_section_name_}# build pkg-config twice so that second configure can use pkg-config# to compute GLIB_CFLAGS and GLIB_LIBS.configure-command = ./configure --prefix=${:location} --with-installed-glib --with-installed-popt && make && make install && ./configureconfigure-options = --prefix=${:location} --with-installed-glib --with-installed-poptenvironment = PATH=${:location}/bin:%(PATH)s PKG_CONFIG_PATH=${glib:location}/lib/pkgconfig CPPFLAGS=-I${glib:location}/include -I${popt:location}/include