diff options
Diffstat (limited to 'package/unzip/Config.in')
-rw-r--r-- | package/unzip/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/unzip/Config.in b/package/unzip/Config.in new file mode 100644 index 0000000000..0d98d28776 --- /dev/null +++ b/package/unzip/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_UNZIP + bool "unzip" + help + UnZip is an extraction utility for archives compressed in + .zip format (also called "zipfiles"). Although highly + compatible both with PKWARE's PKZIP and PKUNZIP utilities + for MS-DOS and with Info-ZIP's own Zip program, our primary + objectives have been portability and non-MSDOS + functionality. + + http://www.info-zip.org/UnZip.html |