[Erp5-report] r40168 luke - /erp5/trunk/buildout/software-profiles/python-ldap-python.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Nov 10 15:30:30 CET 2010
Author: luke
Date: Wed Nov 10 15:30:30 2010
New Revision: 40168
URL: http://svn.erp5.org?rev=40168&view=rev
Log:
- prepare python-ldap develop egg configuration based on locally
available software
Added:
erp5/trunk/buildout/software-profiles/python-ldap-python.cfg
Added: erp5/trunk/buildout/software-profiles/python-ldap-python.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/python-ldap-python.cfg?rev=40168&view=auto
==============================================================================
--- erp5/trunk/buildout/software-profiles/python-ldap-python.cfg (added)
+++ erp5/trunk/buildout/software-profiles/python-ldap-python.cfg [utf8] Wed Nov 10 15:30:30 2010
@@ -0,0 +1,23 @@
+[buildout]
+parts =
+ python-ldap
+extends =
+ ../software-profiles/cyrus-sasl.cfg
+ ../software-profiles/openldap.cfg
+ ../software-profiles/openssl.cfg
+
+[python-ldap-python]
+recipe = zc.recipe.egg:custom
+egg = python-ldap
+rpath =
+ ${openldap:location}/lib
+ ${cyrus-sasl:location}/lib
+ ${openssl:location}/lib
+include-dirs =
+ ${openldap:location}/include
+ ${cyrus-sasl:location}/include/sasl
+ ${openssl:location}/include
+library-dirs =
+ ${openldap:location}/lib
+ ${cyrus-sasl:location}/lib
+ ${openssl:location}/lib
More information about the Erp5-report
mailing list