diff options
author | Frank Caraballo <fecaraballo{at}gmail{dot}com> | 2010-05-13 00:22:10 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:22:10 +0200 |
commit | 8b97a9193bff9cf9b3ce0114be5e47463e512970 (patch) | |
tree | 35e6fb8b81dc7765e97082b5df09390eabc18a28 /audio/streamtuner | |
parent | 4fc5f4f874d503d4233eb450c0b7e178c797dea2 (diff) | |
download | slackbuilds-8b97a9193bff9cf9b3ce0114be5e47463e512970.tar.gz |
audio/streamtuner: Updated for version 0.99.99
Diffstat (limited to 'audio/streamtuner')
-rw-r--r-- | audio/streamtuner/streamtuner.SlackBuild | 6 | ||||
-rw-r--r-- | audio/streamtuner/streamtuner.info | 2 |
2 files changed, 7 insertions, 1 deletions
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" |