libxml2.cfg 387 Bytes
Newer Older
1 2 3
# libxml2 - the XML C parser and toolkit
# http://xmlsoft.org/

4
[buildout]
5
extends = zlib.cfg
6 7 8 9 10
parts =
  libxml2

[libxml2]
recipe = hexagonit.recipe.cmmi
11 12
url = ftp://ftp.xmlsoft.org/libxml2/libxml2-2.7.8.tar.gz
md5sum = 8127a65e8c3b08856093099b52599c86
13
configure-options =
14
  --without-python
15 16
  --with-zlib=${zlib:location}
environment =
17
    LDFLAGS = -Wl,-rpath -Wl,${zlib:location}/lib