aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/compression.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-12-01 22:33:23 +0100
committerLudovic Courtès <ludo@gnu.org>2013-12-01 22:33:23 +0100
commit79c311b81cd8b12075f4c8028a65787481ee40c5 (patch)
tree7fed0959acc6c75a7ad84c18fa4f7bdc83dfbc84 /gnu/packages/compression.scm
parente6a9aa366efb55f8556dd55b8fb6869d40c1d387 (diff)
downloadguix-79c311b81cd8b12075f4c8028a65787481ee40c5.tar.gz
guix-79c311b81cd8b12075f4c8028a65787481ee40c5.zip
gnu: Synchronize descriptions with 'gnumaint'.
Diffstat (limited to 'gnu/packages/compression.scm')
-rw-r--r--gnu/packages/compression.scm14
1 files changed, 8 insertions, 6 deletions
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 4d66ff6de6..efffa92692 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -82,7 +82,10 @@ in compression.")
;; FIXME: The test suite wants `less', and optionally Perl.
'(#:tests? #f))
(description
- "GNU Gzip is a data compression and decompression program.")
+ "GNU Gzip provides data compression and decompression utilities; the
+typical extension is \".gz\". Unlike the \"zip\" format, it compresses a single
+file; as a result, it is often used in conjunction with \"tar\", resulting in
+\".tar.gz\" or \".tgz\", etc.")
(license license:gpl3+)
(home-page "http://www.gnu.org/software/gzip/")))
@@ -278,9 +281,8 @@ archiving. Lzip is a clean implementation of the LZMA algorithm.")
(home-page "http://www.gnu.org/software/sharutils/")
(synopsis "Archives in shell scripts, uuencode/uudecode")
(description
- "GNU sharutils is a package for manipulating shell archives. Shell
-archives are collections of files that can be unpacked using only the shell;
-an archive is a self-extracting shell script. The tools in the Sharutils
-package make working with shell archives more robust, offering compression,
-file-splitting and simple checksums.")
+ "GNU sharutils is a package for creating and manipulating shell
+archives that can be readily emailed. A shell archive is a file that can be
+processed by a Bourne-type shell to unpack the original collection of files.
+This package is mostly for compatibility and historical interest.")
(license license:gpl3+)))