diff options
author | dsomero <xgizzmo@gmail.com> | 2010-05-19 22:49:40 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-20 23:45:46 -0500 |
commit | 8f62236cd36d8756eb81ee697414547cdd5b639f (patch) | |
tree | 3fc490702ed8707a6e1da85a8390f287d588404f /audio | |
parent | ff0bdb51a2560f5a30e83d5f4eb9b0f8f685a044 (diff) | |
download | slackbuilds-8f62236cd36d8756eb81ee697414547cdd5b639f.tar.gz |
audio/awesfx: Removed (build failure)
This appears related to glibc-2.11.x changes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/awesfx/README | 3 | ||||
-rw-r--r-- | audio/awesfx/awesfx.SlackBuild | 67 | ||||
-rw-r--r-- | audio/awesfx/awesfx.info | 10 | ||||
-rw-r--r-- | audio/awesfx/slack-desc | 19 |
4 files changed, 0 insertions, 99 deletions
diff --git a/audio/awesfx/README b/audio/awesfx/README deleted file mode 100644 index fcac871e8e..0000000000 --- a/audio/awesfx/README +++ /dev/null @@ -1,3 +0,0 @@ -This package includes several utilities for the AWE32 -sound driver on Linux and FreeBSD systems and for the -Emux WaveTable of ALSA sbawe and emu10k1 drivers. diff --git a/audio/awesfx/awesfx.SlackBuild b/audio/awesfx/awesfx.SlackBuild deleted file mode 100644 index efd4d54591..0000000000 --- a/audio/awesfx/awesfx.SlackBuild +++ /dev/null @@ -1,67 +0,0 @@ -#!/bin/sh - -# Slackware build script for awesfx -# Written by Kyle Guinn <elyk03@gmail.com> - -PRGNAM=awesfx -VERSION=0.5.1a -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" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar -xjvf $CWD/$PRGNAM-$VERSION.tar.bz2 -cd $PRGNAM-$VERSION -chown -R root:root . -chmod -R u+w,go+r-w,a-s . - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --infodir=/usr/info \ - --mandir=/usr/man \ - --docdir=/usr/doc/$PRGNAM-$VERSION - -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 AUTHORS COPYING ChangeLog INSTALL README SBKtoSF2.txt \ - $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.${PKGTYPE:-tgz} diff --git a/audio/awesfx/awesfx.info b/audio/awesfx/awesfx.info deleted file mode 100644 index 98c968fcaf..0000000000 --- a/audio/awesfx/awesfx.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="awesfx" -VERSION="0.5.1a" -HOMEPAGE="http://www.alsa-project.org/~iwai/awedrv.html" -DOWNLOAD="ftp://ftp.suse.com/pub/people/tiwai/awesfx/awesfx-0.5.1a.tar.bz2" -MD5SUM="edeb9a25e505c9c85cb2453175b0dd1a" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="Kyle Guinn" -EMAIL="elyk03@gmail.com" -APPROVED="rworkman" diff --git a/audio/awesfx/slack-desc b/audio/awesfx/slack-desc deleted file mode 100644 index d4c0df3efa..0000000000 --- a/audio/awesfx/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------------------------------------------------------| -awesfx: awesfx (AWE32 sound driver) -awesfx: -awesfx: This package includes several utilities for the AWE32 -awesfx: sound driver on Linux and FreeBSD systems and for the -awesfx: Emux WaveTable of ALSA sbawe and emu10k1 drivers. -awesfx: -awesfx: Homepage: http://www.alsa-project.org/~iwai/awedrv.html -awesfx: -awesfx: -awesfx: -awesfx: |