From 8b97a9193bff9cf9b3ce0114be5e47463e512970 Mon Sep 17 00:00:00 2001 From: Frank Caraballo Date: Thu, 13 May 2010 00:22:10 +0200 Subject: audio/streamtuner: Updated for version 0.99.99 --- audio/streamtuner/streamtuner.SlackBuild | 6 +++++- audio/streamtuner/streamtuner.info | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'audio/streamtuner') diff --git a/audio/streamtuner/streamtuner.SlackBuild b/audio/streamtuner/streamtuner.SlackBuild index 465004b876..57e1542b5a 100644 --- a/audio/streamtuner/streamtuner.SlackBuild +++ b/audio/streamtuner/streamtuner.SlackBuild @@ -35,10 +35,13 @@ 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 rm -rf $PKG @@ -68,6 +71,7 @@ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ --enable-static=yes \ @@ -90,4 +94,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/audio/streamtuner/streamtuner.info b/audio/streamtuner/streamtuner.info index d8f1c62414..54ed684773 100644 --- a/audio/streamtuner/streamtuner.info +++ b/audio/streamtuner/streamtuner.info @@ -2,7 +2,9 @@ PRGNAM="streamtuner" VERSION="0.99.99" HOMEPAGE="http://www.nongnu.org/streamtuner/" DOWNLOAD="http://savannah.nongnu.org/download/streamtuner/streamtuner-0.99.99.tar.gz" +DOWNLOAD_x86_64="" MD5SUM="2027b7c34e85b594524b0b4351c14362" +MD5SUM_x86_64="" MAINTAINER="Frank Caraballo" EMAIL="fecaraballo{at}gmail{dot}com" APPROVED="dsomero" -- cgit v1.2.3-65-gdbad