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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 42426 - (show annotations)
Tue Jan 18 16:14:02 2011 UTC (2 years, 4 months ago) by kazuhiko
File size: 543 byte(s)
no need to specify '../dir_name' for files in the same directory.
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

  ViewVC Help
Powered by ViewVC 1.1.2