xref: /OK3568_Linux_fs/buildroot/package/lzip/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1comment "lzip needs a toolchain w/ C++"
2	depends on !BR2_INSTALL_LIBSTDCPP
3
4config BR2_PACKAGE_LZIP
5	bool "lzip"
6	depends on BR2_INSTALL_LIBSTDCPP
7	help
8	  Lzip is a lossless data compressor with a user interface
9	  similar to the one of gzip or bzip2.
10	  Lzip is about as fast as gzip, compresses most files more than
11	  bzip2, and is better than both from a data recovery
12	  perspective. Lzip is a clean implementation of the LZMA
13	  algorithm.
14
15	  https://www.nongnu.org/lzip/lzip.html
16