diff --git a/package/guru/python-ldap/python-ldap.conf b/package/guru/python-ldap/python-ldap.conf new file mode 100644 index 000000000..487a21c6a --- /dev/null +++ b/package/guru/python-ldap/python-ldap.conf @@ -0,0 +1,8 @@ +pythonldap_sed () { + sed 's,openldap-OPENLDAP_REL_ENG_2_.,openldap,g' setup.cfg | \ + sed 's,/opt/sasl/,/usr/,g' | \ + sed 's,sasl2,sasl,' > setup.cfg.tmp + mv -f setup.cfg.tmp setup.cfg +} + +hook_add preconf 5 pythonldap_sed diff --git a/package/guru/python-ldap/python-ldap.desc b/package/guru/python-ldap/python-ldap.desc new file mode 100644 index 000000000..88a5c4b7f --- /dev/null +++ b/package/guru/python-ldap/python-ldap.desc @@ -0,0 +1,42 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/guru/python-ldap/python-ldap.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] LDAP modules for Python development/deployment. + +[T] python-ldap provides an object-oriented API to access LDAP directory +[T] servers from Python programs. It wraps the OpenLDAP 2.x libs for that +[T] purpose. + +[U] http://python-ldap.sourceforge.net/ + +[A] Joe Little +[M] Nikolaus "guru" Gradwohl + +[C] extra/server + +[L] OpenSource +[S] Beta +[V] 2.0.10 +[P] X -----5---9 800.000 + +[D] 3558087702 python-ldap-2.0.10.tar.gz http://dl.sourceforge.net/python-ldap/