| 1 |
[buildout]
|
| 2 |
extends =
|
| 3 |
libxml2.cfg
|
| 4 |
pkgconfig.cfg
|
| 5 |
zlib.cfg
|
| 6 |
|
| 7 |
parts =
|
| 8 |
libxslt
|
| 9 |
|
| 10 |
[libxslt]
|
| 11 |
url = ftp://xmlsoft.org/libxslt/libxslt-1.1.26.tar.gz
|
| 12 |
md5sum = e61d0364a30146aaa3001296f853b2b9
|
| 13 |
recipe = hexagonit.recipe.cmmi
|
| 14 |
configure-options =
|
| 15 |
--with-libxml-prefix=${libxml2:location}
|
| 16 |
--without-crypto
|
| 17 |
--without-python
|
| 18 |
environment =
|
| 19 |
PATH=${pkgconfig:location}/bin:%(PATH)s
|
| 20 |
CPPFLAGS=-I${zlib:location}/include
|
| 21 |
LDFLAGS=-Wl,-rpath -Wl,${zlib:location}/lib
|
| 22 |
PKG_CONFIG_PATH=${libxml2:location}/lib/pkgconfig:${zlib:location}/lib/pkgconfig
|