summaryrefslogtreecommitdiffstats
path: root/rules/zip.in
blob: d1f3bae3d5c4c34c813ed5d1127aadaa7f5916d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
menuconfig ZIP
	bool "zip                           "
	help
	  zip is a compression and file packaging utility for Unix, VMS, MSDOS,
	  OS/2, Windows NT, Minix, Atari and Macintosh, Amiga and Acorn RISC OS.

	  It is analogous to a combination of the UNIX commands tar(1) and com-
	  press(1) and is compatible with PKZIP (Phil Katz's ZIP for MSDOS sys-
	  tems).

config ZIP_ZIP
	bool "zip"
	depends on ZIP

config ZIP_ZIPCLOAK
	bool "zipcloak"
	depends on ZIP

config ZIP_ZIPNOTE
	bool "zipnote"
	depends on ZIP

config ZIP_ZIPSPLIT
	bool "zipsplit"
	depends on ZIP