[Erp5-report] r43183 luke - /erp5/trunk/buildout/software-profiles/postfix.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 8 17:51:54 CET 2011


Author: luke
Date: Tue Feb  8 17:51:54 2011
New Revision: 43183

URL: http://svn.erp5.org?rev=43183&view=rev
Log:
 - WIP software profile to compile postfix

Added:
    erp5/trunk/buildout/software-profiles/postfix.cfg

Added: erp5/trunk/buildout/software-profiles/postfix.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/postfix.cfg?rev=43183&view=auto
==============================================================================
--- erp5/trunk/buildout/software-profiles/postfix.cfg (added)
+++ erp5/trunk/buildout/software-profiles/postfix.cfg [utf8] Tue Feb  8 17:51:54 2011
@@ -0,0 +1,12 @@
+[buildout]
+extends = openssl.cfg
+parts = postfix
+
+[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_}
+configure-command = make
+configure-options = makefiles CCARGS='-DUSE_TLS -I${openssl:location}/include -DDEF_COMMAND_DIR=\"${:location}/sbin\" -DDEF_CONFIG_DIR=\"${:location}/etc\" -DDEF_DATA_DIR=\"${:location}/lib\" -DDEF_MAILQ_PATH=\"${:location}/bin/mailq\" -DDEF_DAEMON_DIR=\"${:location}/libexec\" -DDEF_NEWALIAS_PATH=\"${:location}/bin/newaliases\" -DDEF_QUEUE_DIR=\"${:location}/spool\" -DDEF_SENDMAIL_PATH=\"${:location}/sbin/sendmail\" -DDEF_MANPAGE_DIR=\"${:location}/man\"' AUXLIBS='-L${openssl:location}/lib -lssl -lcrypto'
+make-targets = ; /bin/sh -v postfix-install -non-interactive



More information about the Erp5-report mailing list