summaryrefslogtreecommitdiffstats
path: root/rules/libzip.in
blob: b871e10e3f112290bb5384ac87f247f8760e4d05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=system_libraries

config LIBZIP
	tristate
	prompt "libzip"
	select ZLIB
	help
	  libzip is a C library for reading, creating, and modifying
	  zip archives. Files can be added from data buffers, files,
	  or compressed data copied directly from other zip archives.
	  Changes made without closing the archive can be reverted.