summaryrefslogtreecommitdiffstats
path: root/xz.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 /xz.pkg
Initial commit.
Diffstat (limited to 'xz.pkg')
-rw-r--r--xz.pkg/control8
-rw-r--r--xz.pkg/files12
2 files changed, 20 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.
diff --git a/xz.pkg/files b/xz.pkg/files
new file mode 100644
index 0000000..0c7b86e
--- /dev/null
+++ b/xz.pkg/files
@@ -0,0 +1,12 @@
+/usr/bin/xz.tuk
+/usr/bin/unxz.tuk
+/usr/bin/xzcat.tuk
+/usr/bin/lzma.tuk
+/usr/bin/unlzma.tuk
+/usr/bin/lzcat.tuk
+/usr/bin/*cmp
+/usr/bin/*diff
+/usr/bin/*grep
+/usr/bin/*info
+/usr/bin/*less
+/usr/bin/*more