summaryrefslogtreecommitdiffstats
path: root/archive/bzip2/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'archive/bzip2/DETAILS')
-rwxr-xr-xarchive/bzip2/DETAILS19
1 files changed, 19 insertions, 0 deletions
diff --git a/archive/bzip2/DETAILS b/archive/bzip2/DETAILS
new file mode 100755
index 0000000000..42364c3e40
--- /dev/null
+++ b/archive/bzip2/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=bzip2
+ VERSION=1.0.3
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.bzip.org/$VERSION/$SOURCE
+ MD5[0]=d8d2054568b9289059b84254284e7f7d
+ WEB_SITE=http://www.bzip.org/
+ ENTERED=20010922
+ UPDATED=20020126
+ LICENSE[0]=BSD
+ BUILD_API=2
+ SHORT="Free, patent free, high-quality data compressor"
+cat << EOF
+bzip2 is a freely available, patent free (see below), high-quality data
+compressor. It typically compresses files to within 10% to 15% of the
+best available techniques (the PPM family of statistical compressors),
+whilst being around twice as fast at compression and six times faster at
+decompression.
+EOF