diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-19 19:34:23 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-19 21:15:02 (EST) |
commit | df84957b77fc4043e7dc1483753d5527b5cdd21b (patch) | |
tree | 98c5153fe571f8d0ff459c11b8f60b5fbe463036 | |
parent | 410cff6fd77ebca1ca3b79d998023c7cd2db8446 (diff) |
lzip, lzip-doc: New packages
-rw-r--r-- | lzip-doc.pkg/control | 8 | ||||
-rw-r--r-- | lzip-doc.pkg/files | 2 | ||||
-rw-r--r-- | lzip.pkg/control | 6 | ||||
-rw-r--r-- | lzip.pkg/docs | 0 | ||||
-rw-r--r-- | lzip.pkg/files | 1 | ||||
-rw-r--r-- | substvars | 8 |
6 files changed, 25 insertions, 0 deletions
diff --git a/lzip-doc.pkg/control b/lzip-doc.pkg/control new file mode 100644 index 0000000..cfa397b --- /dev/null +++ b/lzip-doc.pkg/control @@ -0,0 +1,8 @@ +Architecture: any +Platform: all +Section: share +Depends: lzip (>= ${Source-Version}) +Description: LZMA lossless data compressor - documentation + ${Common-Description} + . + This package provides documentation for the LZMA lossless data compressor. diff --git a/lzip-doc.pkg/files b/lzip-doc.pkg/files new file mode 100644 index 0000000..f2eb93b --- /dev/null +++ b/lzip-doc.pkg/files @@ -0,0 +1,2 @@ +/usr/share/info/ +/usr/share/man/ diff --git a/lzip.pkg/control b/lzip.pkg/control new file mode 100644 index 0000000..4585ec2 --- /dev/null +++ b/lzip.pkg/control @@ -0,0 +1,6 @@ +Architecture: any +Platform: all +Section: util +Depends: ${Shlib-Depends} +Description: LZMA lossless data compressor + ${Common-Description} diff --git a/lzip.pkg/docs b/lzip.pkg/docs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/lzip.pkg/docs diff --git a/lzip.pkg/files b/lzip.pkg/files new file mode 100644 index 0000000..c36f310 --- /dev/null +++ b/lzip.pkg/files @@ -0,0 +1 @@ +/usr/bin/lzip diff --git a/substvars b/substvars new file mode 100644 index 0000000..af1c6bf --- /dev/null +++ b/substvars @@ -0,0 +1,8 @@ +Common-Description: + Lzip is a lossless data compressor with a user interface similar to the one of + gzip or bzip2. Lzip can compress about as fast as gzip (lzip -0) or compress + most files more than bzip2 (lzip -9). Decompression speed is intermediate + between gzip and bzip2. Lzip is better than gzip and bzip2 from a data + recovery perspective. Lzip has been designed, written, and tested with great + care to replace gzip and bzip2 as the standard general-purpose compressed + format for UNIX-like systems. |