Browse Source

* add missing description for paszlib

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

+ 1 - 0
packages/paszlib/fpmake.pp

@@ -15,6 +15,7 @@ begin
 
 
     P:=AddPackage('paszlib');
     P:=AddPackage('paszlib');
     P.ShortName:='pzl';
     P.ShortName:='pzl';
+    P.Description := 'Pascal port of the ZLIB library - support for deflate compression method using for GZIP, PNG, ZIP, etc.';
 {$ifdef ALLPACKAGES}
 {$ifdef ALLPACKAGES}
     P.Directory:=ADirectory;
     P.Directory:=ADirectory;
 {$endif ALLPACKAGES}
 {$endif ALLPACKAGES}