diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:08:04 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:08:04 +0200 |
commit | fce4abd17ff95c490e1cdfc0ae1bee7ba85ccd67 (patch) | |
tree | 0960b8967bfb98d9878796cab0b8234349eaaca5 | |
parent | 909aa05ab07d6483eb1e0164e465c7ef9b876125 (diff) | |
download | slackbuilds-fce4abd17ff95c490e1cdfc0ae1bee7ba85ccd67.tar.gz |
libraries/libarchive: Removed from 13.0 repository
-rw-r--r-- | libraries/libarchive/README | 7 | ||||
-rw-r--r-- | libraries/libarchive/libarchive.SlackBuild | 82 | ||||
-rw-r--r-- | libraries/libarchive/libarchive.info | 8 | ||||
-rw-r--r-- | libraries/libarchive/slack-desc | 19 |
4 files changed, 0 insertions, 116 deletions
diff --git a/libraries/libarchive/README b/libraries/libarchive/README deleted file mode 100644 index 745b55c76b..0000000000 --- a/libraries/libarchive/README +++ /dev/null @@ -1,7 +0,0 @@ -Libarchive is a programming library that can create and read -several different streaming archive formats, including most -popular TAR variants and several CPIO formats. It can also -write SHAR archives. - -Integrates support for lzma if available on build. lzma is also -available from SlackBuilds.org
\ No newline at end of file diff --git a/libraries/libarchive/libarchive.SlackBuild b/libraries/libarchive/libarchive.SlackBuild deleted file mode 100644 index 6c02f3d916..0000000000 --- a/libraries/libarchive/libarchive.SlackBuild +++ /dev/null @@ -1,82 +0,0 @@ -#!/bin/sh - -# Slackware build script for libarchive - -# Copyright 2008-2009 Heinz Wiesinger <pprkut@liwjatan.at> -# 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. - -PRGNAM=libarchive -VERSION=2.7.0 -ARCH=${ARCH:-i486} -BUILD=${BUILD:-1} -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" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION -chown -R root:root . -chmod -R u+w,go+r-w,a-s . - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --mandir=/usr/man \ - --disable-static \ - --build=$ARCH-slackware-linux - -make -make install-strip DESTDIR=$PKG - -( cd $PKG/usr/man - find . -type f -exec gzip -9 {} \; - for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -) - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a COPYING INSTALL NEWS README \ - $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/libarchive/libarchive.info b/libraries/libarchive/libarchive.info deleted file mode 100644 index a0234b0d43..0000000000 --- a/libraries/libarchive/libarchive.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="libarchive" -VERSION="2.7.0" -HOMEPAGE="http://code.google.com/p/libarchive/" -DOWNLOAD="http://libarchive.googlecode.com/files/libarchive-2.7.0.tar.gz" -MD5SUM="a2103ca334037562ad327eb3aed54869" -MAINTAINER="ppr:kut" -EMAIL="pprkut@liwjatan.at" -APPROVED="dsomero" diff --git a/libraries/libarchive/slack-desc b/libraries/libarchive/slack-desc deleted file mode 100644 index 2efe01b02c..0000000000 --- a/libraries/libarchive/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. - - |-----handy-ruler--------------------------------------------------| -libarchive: libarchive (archive reading library) -libarchive: -libarchive: Libarchive is a programming library that can create and read -libarchive: several different streaming archive formats, including most -libarchive: popular TAR variants and several CPIO formats. It can also -libarchive: write SHAR archives. -libarchive: -libarchive: Homepage: http://people.freebsd.org/~kientzle/libarchive/ -libarchive: -libarchive: -libarchive: |