2015-11-24 18:11:06 +01:00
|
|
|
config BR2_PACKAGE_MINIZIP
|
|
|
|
bool "minizip"
|
2019-01-16 20:15:05 +01:00
|
|
|
depends on BR2_USE_WCHAR
|
2019-10-29 09:59:37 +01:00
|
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
2015-11-24 18:11:06 +01:00
|
|
|
help
|
|
|
|
Enables to extract files from a .zip archive file.
|
|
|
|
It is compatible with PKZip 2.04g, WinZip, InfoZip,
|
|
|
|
MimarSinan Codex Suite 2002 tools, and compatible sofware.
|
|
|
|
|
2022-07-27 15:39:29 +02:00
|
|
|
https://github.com/zlib-ng/minizip-ng
|
2015-11-24 18:11:06 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_MINIZIP_DEMOS
|
2018-09-23 14:11:42 +02:00
|
|
|
bool "minizip"
|
2015-11-24 18:11:06 +01:00
|
|
|
depends on BR2_PACKAGE_MINIZIP
|
|
|
|
help
|
2018-09-23 14:11:42 +02:00
|
|
|
Enable minizip binary tool.
|
2019-01-16 20:15:05 +01:00
|
|
|
|
|
|
|
comment "minizip needs a toolchain w/ wchar"
|
|
|
|
depends on !BR2_USE_WCHAR
|