From d12beae03e2fca9c0936d42ad4a4725436e360dd Mon Sep 17 00:00:00 2001 From: Tomas Hajny Date: Mon, 8 Dec 2014 23:19:15 +0000 Subject: [PATCH] * add missing description for unzip git-svn-id: trunk@29233 - --- packages/unzip/fpmake.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/unzip/fpmake.pp b/packages/unzip/fpmake.pp index 2aca6e6d97..968851564e 100644 --- a/packages/unzip/fpmake.pp +++ b/packages/unzip/fpmake.pp @@ -14,6 +14,7 @@ begin P:=AddPackage('unzip'); P.ShortName:='zip'; + P.Description := 'Support for decompression of ZIP archives - either using a Pascal port of the library from InfoZIP, or interface to using the dynamically linked version of this library.'; {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES}