xref: /OK3568_Linux_fs/buildroot/package/xz/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_XZ
2	bool "xz-utils"
3	help
4	  XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm
5	  compression format, which provides memory-hungry but
6	  powerful compression (often better than bzip2) and fast,
7	  easy decompression.
8
9	  This package provides the command line tools for working
10	  with XZ compression, including xz, unxz, xzcat, xzgrep, and
11	  so on. They can also handle the older LZMA format, and if
12	  invoked via appropriate symlinks will emulate the behavior
13	  of the commands in the lzma package.
14
15	  https://tukaani.org/xz/
16
17if BR2_PACKAGE_XZ
18
19config BR2_PACKAGE_XZ_STATIC
20	bool "Enable static"
21	default y if BR2_STATIC_LIBS
22
23endif
24