postfix.cfg 1.06 KB
[buildout]
extends =
  libdb.cfg
  openssl.cfg
  pcre.cfg

parts = postfix

[postfix-hooks-download]
recipe = hexagonit.recipe.download
url = http://www.nexedi.org/static/buildout-hooks/postfix-hooks.py-r43225
filename = postfix-hooks.py
md5sum = 54821f5194c48515f930144601809d29
download-only = true

[postfix]
recipe = hexagonit.recipe.cmmi
url = ftp://postfix.eu.org/pub/postfix/official/postfix-2.6.5.tar.gz
md5sum = 6b954cfb3eb6141dac1e773281211717
location = ${buildout:parts-directory}/${:_buildout_section_name_}
pre-make-hook = ${postfix-hooks-download:location}/${postfix-hooks-download:filename}:pre_make_hook
configure-command = make
configure-options = makefiles CCARGS='-DUSE_TLS -DHAS_PCRE -DHAS_DB -I${libdb:location}/include -I${pcre:location}/include -I${openssl:location}/include' AUXLIBS='-L${openssl:location}/lib -L${pcre:location}/lib -L${libdb:location}/lib -lssl -lpcre -ldb -lcrypto -Wl,-rpath -Wl,${openssl:location}/lib -Wl,-rpath -Wl,${pcre:location}/lib -Wl,-rpath -Wl,${libdb:location}/lib'
make-targets = non-interactive-package install_root=${:location}