xref: /OK3568_Linux_fs/buildroot/package/unzip/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_UNZIP
2	bool "unzip"
3	depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
4	help
5	  UnZip is an extraction utility for archives compressed in
6	  .zip format (also called "zipfiles"). Although highly
7	  compatible both with PKWARE's PKZIP and PKUNZIP utilities
8	  for MS-DOS and with Info-ZIP's own Zip program, our primary
9	  objectives have been portability and non-MSDOS
10	  functionality.
11
12	  http://www.info-zip.org/UnZip.html
13