/[public]/erp5/trunk/buildout/software-profiles/libxml2.cfg
ERP5 logo

Contents of /erp5/trunk/buildout/software-profiles/libxml2.cfg

Parent Directory Parent Directory | Revision Log Revision Log


Revision 40332 - (show annotations)
Wed Nov 17 13:57:15 2010 UTC (2 years, 6 months ago) by kazuhiko
File size: 408 byte(s)
* version up : libxml2-2.7.8.
* add comments.
1 # libxml2 - the XML C parser and toolkit
2 # http://xmlsoft.org/
3
4 [buildout]
5 extends = ../software-profiles/zlib.cfg
6 parts =
7 libxml2
8
9 [libxml2]
10 recipe = hexagonit.recipe.cmmi
11 url = ftp://ftp.xmlsoft.org/libxml2/libxml2-2.7.8.tar.gz
12 md5sum = 8127a65e8c3b08856093099b52599c86
13 configure-options =
14 --without-python
15 --with-zlib=${zlib:location}
16 environment =
17 LDFLAGS = -Wl,-rpath -Wl,${zlib:location}/lib

  ViewVC Help
Powered by ViewVC 1.1.2