Config.in 438 B

123456789101112
  1. config 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. http://www.info-zip.org/UnZip.html