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/imlib | |
| 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/imlib')
| -rw-r--r-- | packages/imlib/fpmake.pp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/imlib/fpmake.pp b/packages/imlib/fpmake.pp index ec8e7063a8..b438c90873 100644 --- a/packages/imlib/fpmake.pp +++ b/packages/imlib/fpmake.pp @@ -17,6 +17,14 @@ begin P.Directory:='imlib'; {$endif ALLPACKAGES} P.Version:='2.2.2-0'; + + P.Author := 'Library: Carsten Haitzler, header: ?'; + P.License := 'Library: LGPL 2 or later, header: LGPL with modification'; + P.ExternalURL := 'www.freepascal.org'; + P.Email := ''; + P.Description := 'Headers to imlib, an efficient bitmap manipulation program'; + P.NeedLibC:= true; // true for headers that indirectly link to libc? + P.OSes:=AllUnixOSes; P.Dependencies.Add('gtk1'); |
