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

[buildout]
Łukasz Nowak's avatar
Łukasz Nowak committed
5
extends = ../zlib/buildout.cfg
6 7 8 9
parts =
  libxml2

[libxml2]
10
recipe = slapos.recipe.cmmi
11 12
url = ftp://ftp.xmlsoft.org/libxml2/libxml2-2.9.1.tar.gz
md5sum = 9c0cfef285d5c4a5c80d00904ddab380
13 14 15
configure-options =
  --disable-static
  --without-python
16
  --without-lzma
17 18
  --with-zlib=${zlib:location}
environment =
19
    LDFLAGS = -Wl,-rpath=${zlib:location}/lib
20 21

[libxml2:cygwin]
22
share = /usr
23 24 25 26 27 28
promises =
  /usr/bin/cygxml2-2.dll
  /usr/bin/xmlcatalog.exe
  /usr/bin/xmllint.exe
  /usr/lib/libxml2.dll.a
  /usr/include/libxml2/libxml/