[Lunar-commits] <moonbase-other> lzo: moving to core

Stefan Wold ratler at lunar-linux.org
Sun Aug 17 14:34:27 CEST 2014


commit d47c55fb823e8454fb68bfdcf056fa023b869b9d
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun, 17 Aug 2014 14:34:10 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/d47c55fb823e8454fb68bfdcf056fa023b869b9d

lzo: moving to core
---
  archive/lzo/BUILD   | +0/-15    
  archive/lzo/DETAILS | +0/-18    
  2 files changed, 33 deletions(-)

--- a/archive/lzo/BUILD
+++ /dev/null
@@ -1,15 +0,0 @@
-(
-
-  ./configure  --prefix=/usr     \
-               --enable-shared  &&
-
-  make                          &&
-  prepare_install               &&
-
-  if [ ! -f /usr/lib/liblzo.so ]; then
-    ln -sf /usr/lib/liblzo2.so /usr/lib/liblzo.so
-  fi
-
-  make    install
-
-) > $C_FIFO 2>&1
--- a/archive/lzo/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
-          MODULE=lzo
-         VERSION=2.08
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://www.oberhumer.com/opensource/$MODULE/download
-      SOURCE_VFY=sha1:64c3e44843a44ffc4533aa89e41516f42bfefa76
-        WEB_SITE=http://www.oberhumer.com/opensource/lzo
-         ENTERED=20031113
-         UPDATED=20140701
-      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.
-EOF




More information about the Lunar-commits mailing list