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
|
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.
|
|
|
|
|
|
|
|
https://github.com/nmoinvaz/minizip
|
|
|
|
|
|
|
|
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
|