summaryrefslogtreecommitdiffstats
path: root/rules/unzip.in
blob: 0f4817a456a09c07f4f604dc9b46b99e3a373224 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
menuconfig UNZIP
	bool "unzip                         "
	help
	  UnZip is an extraction utility for archives compressed in .zip
	  format (also called "zipfiles").

config UNZIP_UNZIP
	bool "unzip"
	depends on UNZIP

config UNZIP_FUNZIP
	bool "funzip"
	depends on UNZIP

config UNZIP_UNZIPSFX
	bool "unzipsfx"
	depends on UNZIP