Browse Source

* add missing description for zlib

git-svn-id: trunk@29235 -
Tomas Hajny 10 years ago
parent
commit
fb95334a66
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/zlib/fpmake.pp

+ 1 - 0
packages/zlib/fpmake.pp

@@ -13,6 +13,7 @@ begin
 {$endif ALLPACKAGES}
 
     P:=AddPackage('zlib');
+    P.Description := 'Interface units for the ZLIB library - support for deflate compression method using for GZIP, PNG, ZIP, etc.';
 {$ifdef ALLPACKAGES}
     P.Directory:=ADirectory;
 {$endif ALLPACKAGES}