diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-03-09 10:23:45 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-09 23:15:50 -0600 |
commit | 7df9e8e00bc33419edca61b9a9bedf033de88cbf (patch) | |
tree | 9f0502a67de5c99687e266acc11224e08e55a2d5 | |
parent | ceccb997ae72060cdc82753d587814a83716c648 (diff) | |
download | slackbuilds-7df9e8e00bc33419edca61b9a9bedf033de88cbf.tar.gz |
libraries/libsndfile: Removed. This is part of Slackware 13.37.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | libraries/libsndfile/README | 3 | ||||
-rw-r--r-- | libraries/libsndfile/libsndfile.SlackBuild | 90 | ||||
-rw-r--r-- | libraries/libsndfile/libsndfile.info | 10 | ||||
-rw-r--r-- | libraries/libsndfile/slack-desc | 19 |
4 files changed, 0 insertions, 122 deletions
diff --git a/libraries/libsndfile/README b/libraries/libsndfile/README deleted file mode 100644 index fe45468371..0000000000 --- a/libraries/libsndfile/README +++ /dev/null @@ -1,3 +0,0 @@ -Libsndfile is a C library for reading and writing files containing sampled -sound (such as MS Windows WAV and the Apple/SGI AIFF format) through one -standard library interface. It is released under the GNU LGPL. diff --git a/libraries/libsndfile/libsndfile.SlackBuild b/libraries/libsndfile/libsndfile.SlackBuild deleted file mode 100644 index a70d1cf2dc..0000000000 --- a/libraries/libsndfile/libsndfile.SlackBuild +++ /dev/null @@ -1,90 +0,0 @@ -#!/bin/sh - -# Slackware build script for libsndfile - -# Written by Paul Wisehart paul@oldcode.org - -PRGNAM=libsndfile -VERSION=1.0.23 -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -# Automatically determine the architecture we're building on: -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: - *) ARCH=$( uname -m ) ;; - esac -fi - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -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 a-s,u+w,go+r-w . - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ - ./configure \ - --prefix=/usr \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --mandir=/usr/man \ - --docdir=/usr/doc/$PRGNAM-$VERSION \ - --htmldir=/usr/doc/$PRGNAM-$VERSION/html \ - --enable-static=no \ - --build=$ARCH-slackware-linux - -make \ - htmldocdir=/usr/doc/$PRGNAM-$VERSION/html - -make \ - htmldocdir=/usr/doc/$PRGNAM-$VERSION/html \ - DESTDIR=$PKG \ - install - -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README \ - $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -( 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/install -cat $CWD/slack-desc > $PKG/install/slack-desc - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/libraries/libsndfile/libsndfile.info b/libraries/libsndfile/libsndfile.info deleted file mode 100644 index 187c043f7b..0000000000 --- a/libraries/libsndfile/libsndfile.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="libsndfile" -VERSION="1.0.23" -HOMEPAGE="http://www.mega-nerd.com/libsndfile/" -DOWNLOAD="http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.23.tar.gz" -MD5SUM="d0e22b5ff2ef945615db33960376d733" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="Paul Wisehart" -EMAIL="paul@oldcode.org" -APPROVED="pprkut" diff --git a/libraries/libsndfile/slack-desc b/libraries/libsndfile/slack-desc deleted file mode 100644 index e3d13ab95c..0000000000 --- a/libraries/libsndfile/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---------------------------------------------------| -libsndfile: libsndfile (C library for reading and writing wav files) -libsndfile: -libsndfile: Libsndfile is a C library for reading and writing files containing -libsndfile: sampled sound (such as MS Windows WAV and Apple/SGI AIFF format) -libsndfile: through one standard library interface. It is released in source -libsndfile: code format under the Gnu Lesser General Public License. -libsndfile: -libsndfile: -libsndfile: -libsndfile: -libsndfile: |