[buildout]
extends =
  ../software-profiles/libxml2.cfg
  ../software-profiles/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}
environment =
    CFLAGS =-I${zlib:location}/include
    LDFLAGS =-Wl,-rpath -Wl,${libxml2:location}/lib -L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib