Parent Directory
|
Revision Log
* 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 |