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