[buildout] extends = libxml2.cfg pkgconfig.cfg zlib.cfg parts = libxslt [libxslt] url = ftp://xmlsoft.org/libxslt/libxslt-1.1.26.tar.gz md5sum = e61d0364a30146aaa3001296f853b2b9 recipe = hexagonit.recipe.cmmi configure-options = --with-libxml-prefix=${libxml2:location} --without-crypto --without-python environment = PATH=${pkgconfig:location}/bin:%(PATH)s CPPFLAGS=-I${zlib:location}/include LDFLAGS=-Wl,-rpath -Wl,${zlib:location}/lib PKG_CONFIG_PATH=${libxml2:location}/lib/pkgconfig:${zlib:location}/lib/pkgconfig