summaryrefslogtreecommitdiffstats
path: root/rules/host-lzop.in
blob: bf4d3675cdd50e9d6a16b46a1f2c738a69b3b2f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## SECTION=hosttools_noprompt

config HOST_LZOP
	tristate
	select HOST_LIBLZO
	default y if ALLYES
	help
	  fast compression program

	  lzop is a compressor similar to gzip. Its main advantages
	  over gzip are much higher compression and decompression
	  speed. lzop was designed with the following goals in mind:

	  1) reliability
	  2) speed (both compression and decompression)
	  3) reasonable drop-in compatibility with gzip
	  4) portability

	  Homepage: http://www.lzop.org/