Browse Source

guru:


			
			
				rocklinux
			
			
		
Nikolaus "guru" Gradwohl 20 years ago
parent
commit
65e7fb319d
2 changed files with 50 additions and 0 deletions
  1. +8
    -0
      package/guru/python-ldap/python-ldap.conf
  2. +42
    -0
      package/guru/python-ldap/python-ldap.desc

+ 8
- 0
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

+ 42
- 0
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 <jlittle@open-it.org>
[M] Nikolaus "guru" Gradwohl <guru@local-guru.net>
[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/

Loading…
Cancel
Save