Config.in 488 B

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