2015-11-24 18:11:06 +01:00
|
|
|
config BR2_PACKAGE_MINIZIP
|
|
|
|
bool "minizip"
|
2018-09-23 14:11:42 +02:00
|
|
|
depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libbsd
|
|
|
|
depends on BR2_USE_WCHAR # libbsd
|
|
|
|
select BR2_PACKAGE_LIBBSD
|
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.
|
|
|
|
|
|
|
|
comment "minizip needs a toolchain w/ threads, wchar"
|
|
|
|
depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
|