[Lunar-commits] r17946 - moonbase/trunk/archive/lzo
Dennis Veatch
stumbles at lunar-linux.org
Fri Jan 6 13:34:44 UTC 2006
Author: stumbles
Date: 2006-01-06 13:34:42 +0000 (Fri, 06 Jan 2006)
New Revision: 17946
Modified:
moonbase/trunk/archive/lzo/DETAILS
Log:
Updated the build and Autoconf scripts to fix some reported
compilation problems.
compiled with gcc-3.4.5, glibc-2.3.6 and kernel-headers-2.6
Modified: moonbase/trunk/archive/lzo/DETAILS
===================================================================
--- moonbase/trunk/archive/lzo/DETAILS 2006-01-06 06:00:53 UTC (rev 17945)
+++ moonbase/trunk/archive/lzo/DETAILS 2006-01-06 13:34:42 UTC (rev 17946)
@@ -1,19 +1,18 @@
MODULE=lzo
- VERSION=2.01
+ VERSION=2.02
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://www.oberhumer.com/opensource/$MODULE/download/
- SOURCE_VFY=sha1:6a21ce14ca25afcc60a607862336a2722f1d5d23
+ SOURCE_URL=http://www.oberhumer.com/opensource/$MODULE/download/
+ SOURCE_VFY=sha1:82e1ae75663623516156542f4975a64d3a264b91
WEB_SITE=http://www.oberhumer.com/opensource/$MODULE/
ENTERED=20031113
- UPDATED=20050713
+ UPDATED=20060106
MAINTAINER=florin at lunar-linux.org
SHORT="LZO - a real-time data compression library"
cat << EOF
-LZO is a portable lossless data compression library written in ANSI C.
-It offers pretty fast compression and very fast decompression.
-Decompression requires no memory.
-In addition there are slower compression levels achieving a quite
-competitive compression ratio while still decompressing at
-this very high speed.
+LZO is a portable lossless data compression library written in ANSI C. It
+offers pretty fast compression and very fast decompression. Decompression
+requires no memory. In addition there are slower compression levels achieving
+a quite competitive compression ratio while still decompressing at this very
+high speed.
EOF
More information about the Lunar-commits
mailing list