summaryrefslogtreecommitdiffstats
path: root/xzdec.pkg
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-05-08 13:07:13 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-05-08 13:07:13 (EDT)
commit94020c50f9f4b87934aa3fdbe1f2a6c95187da62 (patch)
treeea2116112317dd364d5b3c2d1c84930e72c26a73 /xzdec.pkg
Initial commit.
Diffstat (limited to 'xzdec.pkg')
-rw-r--r--xzdec.pkg/control16
-rw-r--r--xzdec.pkg/files1
2 files changed, 17 insertions, 0 deletions
diff --git a/xzdec.pkg/control b/xzdec.pkg/control
new file mode 100644
index 0000000..2e33127
--- /dev/null
+++ b/xzdec.pkg/control
@@ -0,0 +1,16 @@
+Architecture: any
+Platform: all
+Depends: liblzma.5 (= ${Binary-Version})
+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.
diff --git a/xzdec.pkg/files b/xzdec.pkg/files
new file mode 100644
index 0000000..c35c918
--- /dev/null
+++ b/xzdec.pkg/files
@@ -0,0 +1 @@
+/usr/bin/*dec