setup.cfg.suse-linux 906 B

123456789101112131415161718192021222324252627282930313233
  1. # Example for setup.cfg
  2. # You have to edit this file to reflect your system configuation
  3. # $Id: setup.cfg.suse-linux,v 1.1 2003/08/20 10:04:34 stroeder Exp $
  4. [_ldap]
  5. # Section for compiling the C extension module
  6. # for wrapping OpenLDAP 2 libs
  7. library_dirs = /usr/lib/sasl2
  8. include_dirs = /usr/include/sasl
  9. extra_compile_args =
  10. extra_objects =
  11. # Example for full-featured SuSE build:
  12. # Support for StartTLS/LDAPS, SASL bind and reentrant libldap_r.
  13. # This needs recent OpenLDAP 2.0.26+ or 2.1.3+ built with
  14. # ./configure --with-cyrus-sasl --with-tls
  15. libs = ldap_r lber sasl2 ssl crypto
  16. [install]
  17. # Installation options
  18. compile = 1
  19. optimize = 1
  20. # For SuSE Linux 8.2
  21. [bdist_rpm]
  22. provides = python-ldap
  23. requires = python openldap2-client openssl cyrus-sasl2
  24. distribution_name = SuSE Linux 8.2
  25. release = 1
  26. packager = Michael Stroeder <michael@stroeder.com>
  27. doc_files = CHANGES README INSTALL TODO Demo/