summaryrefslogtreecommitdiffstats
path: root/rules/host-xz.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-01-05 11:50:06 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-01-05 11:57:30 +0100
commit2a754123d41388e125f42a35a58e1eec3f76a1d1 (patch)
treeeb73325e1db61ef0fab1ff5669c7edd99d63f320 /rules/host-xz.in
parent0211d7841090f9708099f55508b3857c86db4ac4 (diff)
downloadptxdist-2a754123d41388e125f42a35a58e1eec3f76a1d1.tar.gz
ptxdist-2a754123d41388e125f42a35a58e1eec3f76a1d1.tar.xz
[host-xz] new package
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/host-xz.in')
-rw-r--r--rules/host-xz.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/rules/host-xz.in b/rules/host-xz.in
new file mode 100644
index 000000000..63922594d
--- /dev/null
+++ b/rules/host-xz.in
@@ -0,0 +1,26 @@
+## SECTION=hosttools_noprompt
+
+config HOST_XZ
+ tristate
+ help
+ XZ-format compression utilities
+
+ XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm
+ compression format, which provides memory-hungry but
+ powerful compression (often better than bzip2) and fast,
+ easy decompression.
+
+ This package provides the command line tools for working
+ with XZ compression, including xz, unxz, xzcat, xzgrep, and
+ so on. They can also handle the older LZMA format, and if
+ invoked via appropriate symlinks will emulate the behavior
+ of the commands in the lzma package.
+
+ The XZ format is similar to the older LZMA format but
+ includes some improvements for general use:
+
+ * 'file' magic for detecting XZ files;
+ * crc64 data integrity check;
+ * limited random-access reading support;
+ * improved support for multithreading (not used in xz-utils);
+ * support for flushing the encoder.