diff options
author | P. 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) |
commit | 94020c50f9f4b87934aa3fdbe1f2a6c95187da62 (patch) | |
tree | ea2116112317dd364d5b3c2d1c84930e72c26a73 /xz.pkg/control |
Initial commit.
Diffstat (limited to 'xz.pkg/control')
-rw-r--r-- | xz.pkg/control | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/xz.pkg/control b/xz.pkg/control new file mode 100644 index 0000000..6bf98c8 --- /dev/null +++ b/xz.pkg/control @@ -0,0 +1,8 @@ +Architecture: any +Platform: all +Depends: liblzma.5 (= ${Binary-Version}) +Description: XZ compression utilities + xz is a general-purpose data compression tool with command line syntax similar + to gzip and bzip2. The native file format is the .xz format, but the legacy + .lzma format used by LZMA Utils and raw compressed streams with no container + format headers are also supported. |