summaryrefslogtreecommitdiffstats
path: root/archive/lzip/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'archive/lzip/DETAILS')
-rwxr-xr-xarchive/lzip/DETAILS20
1 files changed, 20 insertions, 0 deletions
diff --git a/archive/lzip/DETAILS b/archive/lzip/DETAILS
new file mode 100755
index 0000000000..667f028e63
--- /dev/null
+++ b/archive/lzip/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=lzip
+ VERSION=1.8
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.sig
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.very-clever.com/download/nongnu/lzip/$SOURCE
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=lzip.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+ WEB_SITE=http://www.nongnu.org/lzip/lzip.html
+ LICENSE[0]=GPL
+ ENTERED=20090323
+ KEYWORDS="compression"
+ SHORT="LZMA compression tool"
+cat << EOF
+Lzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity
+checking and a user interface similar to the one of gzip or bzip2. Lzip decompresses almost
+as fast as gzip and compresses better than bzip2, which makes it well suited for software
+distribution and data archiving.
+EOF