[zopeorg-checkins] CVS: NZO_SiteLayout - buildout_zope_sandbox:1.10

Sidnei da Silva sidnei at x3ng.com.br
Sat May 31 08:32:02 EDT 2003


Update of /cvs-zopeorg/NZO_SiteLayout
In directory cvs.zope.org:/tmp/cvs-serv7526

Modified Files:
	buildout_zope_sandbox 
Log Message:
Adding LDAP thingies

=== NZO_SiteLayout/buildout_zope_sandbox 1.9 => 1.10 ===
 PYXML_URL=$PYXML_SF_DOWNLOAD/PyXML-$PYXML_VERSION.tar.gz
 
 ZOPEPROFILER_URL=http://www.dieter.handshake.de/pyprojects/zope/ZopeProfiler.tgz
+CMFLDAP_URL=http://www.dataflake.org/software/cmfldap/cmfldap_2.0beta1/CMFLDAP-2_0beta1.tgz/download
+LDAPUF_URL=http://www.dataflake.org/software/ldapuserfolder/ldapuserfolder_2.2beta2/LDAPUserFolder-2_2beta2.tgz/download
+PYLDAP_URL=http://heanet.dl.sourceforge.net/sourceforge/python-ldap/python-ldap-2.0.0pre12.tar.gz
 
 ZOPE_CVSROOT=:pserver:anonymous at cvs.zope.org:/cvs-repository
 PYTHON_CVS_REPOSITORY=:pserver:anonymous at cvs.sf.net:/cvsroot/python
@@ -259,6 +262,69 @@
 wget --continue $ZOPEPROFILER_URL
 cd $srcdir
 tar xzf $tmpdir/ZopeProfiler.tgz
+
+cd $tmpdir
+wget --continue $CMFLDAP_URL
+mv download CMFLDAP.tar.gz
+cd $srcdir
+tar xzf $tmpdir/CMFLDAP.tar.gz
+
+cd $tmpdir
+wget --continue $LDAPUF_URL
+mv download LDAPUserFolder.tar.gz
+cd $srcdir
+tar xzf $tmpdir/LDAPUserFolder.tar.gz
+
+cd $tmpdir
+wget --continue $PYLDAP_URL
+cd $srcdir
+tar xzf $tmpdir/python-ldap-2.0.0pre12.tar.gz
+cd python-ldap-2.0.0pre12
+cat > setup.cfg << SETUPCFG_EOF
+# Example for setup.cfg
+# You have to edit this file to reflect your system configuation
+#
+# $Id$
+
+# Section for compiling the C extension module
+# for wrapping OpenLDAP 2 libs
+[_ldap]
+
+#library_dirs = /usr/local/openldap-REL_ENG_2_1/lib /usr/local/cyrus-sasl/lib
+#include_dirs = /usr/local/openldap-REL_ENG_2_1/include /usr/local/cyrus-sasl/include
+
+extra_compile_args = 
+extra_objects = 
+
+# Example for sparse build: basic functionality
+#libs = ldap lber
+
+# Some Linux systems might need explicitly linking with -lresolv
+libs = ldap lber resolv
+
+# Example for full-featured build:
+# Support for StartTLS/LDAPS, SASL bind and reentrant libldap_r.
+# This needs recent OpenLDAP 2.0.26+ or 2.1.3+ built with
+# ./configure --with-cyrus-sasl --with-tls
+#libs = ldap_r lber sasl2 ssl crypto
+
+# Installation options
+[install]
+compile = 1
+optimize = 1
+
+# Linux distributors/packagers should adjust these settings
+[bdist_rpm]
+provides = python-ldap
+requires = python libldap.so.2
+# distribution_name = 
+release = 0
+packager = Michael Stroeder <michael at stroeder.com>
+doc_files = CHANGES README TODO Demo/
+
+SETUPCFG_EOF
+$bindir/python setup.cfg build
+$bindir/python setup.cfg install
 
 #------------------------------------------------------------------------------
 #   Build Zope SOFTWARE_HOME





More information about the zopeorg-checkins mailing list