diff options
Diffstat (limited to 'package/infozip/Config.in')
-rw-r--r-- | package/infozip/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/infozip/Config.in b/package/infozip/Config.in new file mode 100644 index 000000000..cfd7533e6 --- /dev/null +++ b/package/infozip/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_INFOZIP + bool "infozip" + help + Zip is a compression and file packaging/archive utility. + Although highly compatible both with PKWARE's PKZIP and + PKUNZIP utilities for MS-DOS and with Info-ZIP's own UnZip, + our primary objectives have been portability and + other-than-MSDOS functionality. + + http://infozip.sourceforge.net/Zip.html |