[Lunar-commits] <moonbase> lzo: version bumped to 2.03.
Florin Braescu
florin at lunar-linux.org
Sun Feb 1 21:07:03 CET 2009
commit ec002030df44a81e6668c9bf4500e2aacaaee4d4
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Feb 1 22:07:03 2009 +0200
lzo: version bumped to 2.03.
Major speedups for 64-bit architectures like AMD64, minor overall
speedups, portability enhancements for LLP64 programming models,
and lots of other small improvements.
Proposed by Christian Riggenbach. Thank You.
---
archive/lzo/BUILD | 5 ++---
archive/lzo/DETAILS | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/archive/lzo/BUILD b/archive/lzo/BUILD
index 8f27d21..89fb7dd 100644
--- a/archive/lzo/BUILD
+++ b/archive/lzo/BUILD
@@ -6,9 +6,8 @@
make &&
prepare_install &&
- if [ ! -f /usr/lib/liblzo.so ]
- then
- ln -sf /usr/lib/liblzo2.so /usr/lib/liblzo.so
+ if [ ! -f /usr/lib/liblzo.so ]; then
+ ln -sf /usr/lib/liblzo2.so /usr/lib/liblzo.so
fi
make install
diff --git a/archive/lzo/DETAILS b/archive/lzo/DETAILS
index 1a05512..e29a499 100644
--- a/archive/lzo/DETAILS
+++ b/archive/lzo/DETAILS
@@ -1,11 +1,11 @@
MODULE=lzo
- VERSION=2.02
+ VERSION=2.03
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://www.oberhumer.com/opensource/$MODULE/download/
- SOURCE_VFY=sha1:82e1ae75663623516156542f4975a64d3a264b91
- WEB_SITE=http://www.oberhumer.com/opensource/$MODULE/
+ SOURCE_URL=http://www.oberhumer.com/opensource/$MODULE/download
+ SOURCE_VFY=sha1:135a50699296e853362a3d11b9f872c74c8b8c5a
+ WEB_SITE=http://www.oberhumer.com/opensource/$MODULE
ENTERED=20031113
- UPDATED=20060106
+ UPDATED=200902016
MAINTAINER=florin at lunar-linux.org
SHORT="LZO - a real-time data compression library"
More information about the Lunar-commits
mailing list