buildout.cfg 814 Bytes
Newer Older
1
[buildout]
Łukasz Nowak's avatar
Łukasz Nowak committed
2
extends = ../openssl/buildout.cfg
3 4 5 6 7 8 9 10 11 12

parts =
  stunnel

[stunnel]
<= stunnel-4
recipe = hexagonit.recipe.cmmi

[stunnel-4-hook-download]
recipe = hexagonit.recipe.download
13
url = ${:_profile_base_location_}/${:filename}
14 15 16 17 18 19
md5sum = 5b099b386c34c5b8d0664c0292ba322a
download-only=true
filename = stunnel-4-hooks.py

[stunnel-4]
recipe = hexagonit.recipe.cmmi
20 21
url = ftp://ftp.stunnel.org/stunnel/stunnel-4.37.tar.gz
md5sum = 8d4e2cefbef6638da95986a3d44c1b4a
22 23 24 25 26 27 28
pre-configure-hook = ${stunnel-4-hook-download:location}/${stunnel-4-hook-download:filename}:pre_configure_hook
configure-options =
  --enable-ipv6
  --disable-libwrap
  --with-ssl=${openssl:location}
environment =
  CPPFLAGS=-I${zlib:location}/include
29
  LDFLAGS=-Wl,-rpath=${openssl:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib