diff options
| author | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-10-26 20:54:00 +0000 |
|---|---|---|
| committer | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-10-26 20:54:00 +0000 |
| commit | ae33636709779374c5683682b6138d632a2313fc (patch) | |
| tree | da0068b5e9f02b6c217d96b66a653437bfc84b9a /packages/ldap | |
| parent | 21bd60bcc9c92834b54dfeefb86673d7bed62938 (diff) | |
| download | fpc-ae33636709779374c5683682b6138d632a2313fc.tar.gz | |
* more manifests, up to libcurl now
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11976 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/ldap')
| -rw-r--r-- | packages/ldap/fpmake.pp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/ldap/fpmake.pp b/packages/ldap/fpmake.pp index 3dadf65dc5..d947fccbe3 100644 --- a/packages/ldap/fpmake.pp +++ b/packages/ldap/fpmake.pp @@ -17,6 +17,14 @@ begin P.Directory:='ldap'; {$endif ALLPACKAGES} P.Version:='2.2.2-0'; + P.Author := 'Library: Howard Chu, Pierangelo Masarati and Kurt Zeilenga, header: Ivo Steinmann'; + P.License := 'Library: OpenLDAP Public License (3 clause BSD like), header: LGPL with modification'; + P.ExternalURL := 'www.freepascal.org'; + P.Email := ''; + P.Description := 'Header to openldap, a library that to access directory services'; + P.NeedLibC:= true; // true for headers that indirectly link to libc? + + P.SourcePath.Add('src'); P.IncludePath.Add('src'); |
