diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 17:59:12 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 17:59:12 +0200 |
commit | 83caa2ae519b782e22eda3504067bb9615f9cd36 (patch) | |
tree | 5a7146bc00d68822c09bf6ae173f8d2b23c0e50a /libraries | |
parent | 08ba8fdb8b5c8374fa4d1d5cf1a27e80ec682c02 (diff) | |
download | slackbuilds-83caa2ae519b782e22eda3504067bb9615f9cd36.tar.gz |
libraries/lzo: Removed from 12.0 repository
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/lzo/README | 2 | ||||
-rw-r--r-- | libraries/lzo/lzo.SlackBuild | 68 | ||||
-rw-r--r-- | libraries/lzo/lzo.info | 8 | ||||
-rw-r--r-- | libraries/lzo/slack-desc | 10 |
4 files changed, 0 insertions, 88 deletions
diff --git a/libraries/lzo/README b/libraries/lzo/README deleted file mode 100644 index 190ad37b42..0000000000 --- a/libraries/lzo/README +++ /dev/null @@ -1,2 +0,0 @@ -LZO is a portable lossless data compression library written in ANSI C. -It offers pretty fast compression and very fast decompression. diff --git a/libraries/lzo/lzo.SlackBuild b/libraries/lzo/lzo.SlackBuild deleted file mode 100644 index 0d47849447..0000000000 --- a/libraries/lzo/lzo.SlackBuild +++ /dev/null @@ -1,68 +0,0 @@ -#!/bin/sh - -# Slackware build script for lzo - -# Copyright 2006 Ricardson Williams <ricardsonwilliams at yahoo.com.br> -# All rights reserved. -# -# Redistribution and use of this script, with or without modification, is -# permitted provided that the following conditions are met: -# -# 1. Redistributions of this script must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED -# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -# Modified by the SlackBuilds.org project - -PRGNAM=lzo -VERSION=2.02 -ARCH=${ARCH:-i486} -BUILD=${BUILD:-2} -TAG=${TAG:-_SBo} -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" -fi - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP || exit 1 -rm -rf $PRGNAM-$VERSION -tar -xzvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1 -cd $PRGNAM-$VERSION || exit 1 -chown -R root:root . -chmod -R u+w,go+r-w,a-s . - -CFLAGS="$SLKCFLAGS" \ -./configure --prefix=/usr || exit 1 - -make || exit 1 -make check || exit 1 -make install DESTDIR=$PKG || exit 1 - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README THANKS Changelog \ - doc/* examples $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/libraries/lzo/lzo.info b/libraries/lzo/lzo.info deleted file mode 100644 index fd72d81d75..0000000000 --- a/libraries/lzo/lzo.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="lzo" -VERSION="2.0.2" -HOMEPAGE="http://www.oberhumer.com/opensource/lzo/" -DOWNLOAD="http://www.oberhumer.com/opensource/lzo/download/lzo-2.02.tar.gz" -MD5SUM="6760e5819f4238328709bf93bf10071c" -MAINTAINER="Ricardson Williams" -EMAIL="ricardsonwilliams@yahoo.com.br" -APPROVED="Alan Hicks,rworkman" diff --git a/libraries/lzo/slack-desc b/libraries/lzo/slack-desc deleted file mode 100644 index 22945ac657..0000000000 --- a/libraries/lzo/slack-desc +++ /dev/null @@ -1,10 +0,0 @@ -lzo: LZO Compression Library -lzo: -lzo: LZO is a portable lossless data compression library written in ANSI C. -lzo: It offers pretty fast compression and very fast decompression. -lzo: -lzo: Homepage: http://www.oberhumer.com/opensource/lzo/ -lzo: -lzo: -lzo: -lzo: |