summaryrefslogtreecommitdiffstats
path: root/xzdec.pkg/control
blob: 62864567521670ac2a570c83036ee147d8cb8cc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Architecture: any
Platform: all
Depends: liblzma.5 (= ${Binary-Version}), ${Shlib-Depends}
Description: Small XZ decompression utilities
 xzdec is a liblzma-based decompression-only tool for .xz (and only .xz) files.
 xzdec is intended to work as a drop-in replacement for xz in the most common
 situations where a script has been written to use "xz --decompress --stdout"
 (and possibly a few other commonly used options) to decompress .xz files.
 lzmadec is identical to xzdec except that lzmadec supports .lzma files instead
 of .xz files.
 .
 To reduce the size of the executable, xzdec doesn't support multithreading or
 localization, and doesn't read options from XZ_DEFAULTS and XZ_OPT environment
 variables.  xzdec doesn't support displaying intermediate progress information:
 sending SIGINFO to xzdec does nothing, but sending SIGUSR1 terminates the
 process instead of displaying progress information.