From 94020c50f9f4b87934aa3fdbe1f2a6c95187da62 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 08 May 2014 13:07:13 -0400 Subject: Initial commit. --- (limited to 'xz.pkg') 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 -- cgit v0.9.1