mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 10:49:20 +02:00
* add missing description for unzip
git-svn-id: trunk@29233 -
This commit is contained in:
parent
a685a34455
commit
d12beae03e
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user