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/ibase | |
| 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/ibase')
| -rw-r--r-- | packages/ibase/fpmake.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/ibase/fpmake.pp b/packages/ibase/fpmake.pp index 07bae43d8c..a7b5930a43 100644 --- a/packages/ibase/fpmake.pp +++ b/packages/ibase/fpmake.pp @@ -17,6 +17,13 @@ begin P.Directory:='ibase'; {$endif ALLPACKAGES} P.Version:='2.2.2-0'; + P.Author := 'Library: (Codegear?), header: ?'; + P.License := 'Library: Interbase License, header: LGPL with modification, '; + P.ExternalURL := 'www.freepascal.org'; + P.Email := ''; + P.Description := 'Headers for the Interbase/Firebird RDBMS'; + P.NeedLibC:= true; // true for headers that indirectly link to libc? + P.SourcePath.Add('src'); P.IncludePath.Add('src'); |
