neon.cfg 770 Bytes
[buildout]
parts =
  neon
extends =
  libxml2.cfg
  openssl.cfg
  pkgconfig.cfg
  zlib.cfg

[neon]
recipe = hexagonit.recipe.cmmi
url = http://www.webdav.org/neon/neon-0.29.5.tar.gz
md5sum = ff369e69ef0f0143beb5626164e87ae2
configure-options =
  --enable-shared
  --with-ssl=openssl
  --without-expat
  --without-gssapi
  --with-libxml2
  --enable-threadsafe-ssl=posix
  --disable-nls

environment =
  PATH=${libxml2:location}/bin:${pkgconfig:location}/bin:%(PATH)s
  PKG_CONFIG_PATH=${openssl:location}/lib/pkgconfig:${libxml2:location}/lib/pkgconfig
  CPPFLAGS=-I${openssl:location}/include -I${zlib:location}/include
  LDFLAGS=-L${openssl:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${libxml2:location}/lib