[Lunar-commits] <moonbase-core> lzo: moved from other, btrfs-progs requires it

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


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

lzo: moved from other, btrfs-progs requires it
---
  archive/lzo/BUILD   | +15/-0    
  archive/lzo/DETAILS | +18/-0    
  2 files changed, 33 insertions(+)

--- /dev/null
+++ b/archive/lzo/BUILD
@@ -0,0 +1,15 @@
+(
+
+  ./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
--- /dev/null
+++ b/archive/lzo/DETAILS
@@ -0,0 +1,18 @@
+          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