[buildout] extends = ../libxml2/buildout.cfg ../pkgconfig/buildout.cfg ../zlib/buildout.cfg parts = libxslt [libxslt] url = ftp://xmlsoft.org/libxslt/libxslt-1.1.28.tar.gz md5sum = 9667bf6f9310b957254fdcf6596600b7 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