[Lunar-commits] <moonbase> lrzip: compression tool
Paul Bredbury
brebs at lunar-linux.org
Sun Feb 20 09:22:17 CET 2011
commit 232b6340cf45ed2b36eda70f3c037c4aa6b52307
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Sun Feb 20 15:22:17 2011 +0700
lrzip: compression tool
---
zbeta/lrzip/DEPENDS | 2 ++
zbeta/lrzip/DETAILS | 19 +++++++++++++++++++
2 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/zbeta/lrzip/DEPENDS b/zbeta/lrzip/DEPENDS
new file mode 100644
index 0000000..27a5e40
--- /dev/null
+++ b/zbeta/lrzip/DEPENDS
@@ -0,0 +1,2 @@
+depends lzo
+depends bzip2
diff --git a/zbeta/lrzip/DETAILS b/zbeta/lrzip/DETAILS
new file mode 100644
index 0000000..cb555bc
--- /dev/null
+++ b/zbeta/lrzip/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=lrzip
+ VERSION=0.552
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://ck.kolivas.org/apps/lrzip
+ SOURCE_VFY=sha1:291156b26686b24337c1e8c53567ae1bf1b75ebd
+ WEB_SITE=http://lrzip.kolivas.org/
+ ENTERED=20110219
+ UPDATED=20110219
+ SHORT="Compression which uses the lzma, lzo and rzip algorithms"
+
+cat << EOF
+"Long Range ZIP" or "Lzma RZIP".
+
+This is a compression program optimised for large files. The larger the
+file and the more memory you have, the better the compression advantage
+this will provide, especially once the files are larger than 100MB. The
+advantage can be chosen to be either size (much smaller than bzip2) or
+speed (much faster than bzip2).
+EOF
More information about the Lunar-commits
mailing list