[Lunar-commits] <moonbase> lzma-utils: new module. Does not conflict with lzma-sdk.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Wed Aug 5 14:30:28 CEST 2009
commit 85b31c91cd5d498d5636d3b579e73d81d1baee9d
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Wed Aug 5 08:30:28 2009 -0400
lzma-utils: new module. Does not conflict with lzma-sdk.
---
archive/lzma-utils/DETAILS | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/archive/lzma-utils/DETAILS b/archive/lzma-utils/DETAILS
new file mode 100644
index 0000000..4675fa0
--- /dev/null
+++ b/archive/lzma-utils/DETAILS
@@ -0,0 +1,26 @@
+ MODULE=lzma-utils
+ VERSION=4.32.7
+ SOURCE=lzma-$VERSION.tar.gz
+ SOURCE_URL[0]=http://tukaani.org/lzma/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/lzma-$VERSION
+ SOURCE_VFY=sha1:1c90c2fd6d4d35f37589a03bcbc487e7c46ea389
+ WEB_SITE=http://tukaani.org/lzma/
+ ENTERED=20090805
+ UPDATED=20090805
+ SHORT="LZMA utils"
+cat << EOF
+ * Average compression ratio of LZMA is about 30% better than that of gzip,
+ and 15% better than that of bzip2.
+ * Decompression speed is only little slower than that of gzip, being two to
+ five times faster than bzip2.
+ * In fast mode, compresses faster than bzip2 with a comparable compression
+ ratio.
+ * Achieving the best compression ratios takes four to even twelve times
+ longer than with bzip2. However. this doesn't affect decompressing speed.
+ * Command line interface very similar to those of gzip and bzip2.
+ * The patch for GNU tar integrates LZMA compression with the tar command in
+ the same way as with gzip and bzip2.
+ * Free software licensed under the GNU GPL (actually most parts are under
+ the GNU LGPL).
+
+EOF
More information about the Lunar-commits
mailing list