From 9dc22a871eb48492110ca9c51457dcdb701bf48d Mon Sep 17 00:00:00 2001 From: slakmagik Date: Thu, 13 May 2010 00:22:05 +0200 Subject: audio/shntool: Updated for version 3.0.10 --- audio/shntool/shntool.SlackBuild | 9 ++++++--- audio/shntool/shntool.info | 10 ++++++---- 2 files changed, 12 insertions(+), 7 deletions(-) (limited to 'audio/shntool') diff --git a/audio/shntool/shntool.SlackBuild b/audio/shntool/shntool.SlackBuild index dc2199eb45..c7293605cf 100644 --- a/audio/shntool/shntool.SlackBuild +++ b/audio/shntool/shntool.SlackBuild @@ -5,9 +5,9 @@ # Released under the WTFPL PRGNAM=shntool -VERSION=${VERSION:-3.0.8} +VERSION=${VERSION:-3.0.10} ARCH=${ARCH:-i486} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} CWD=$(pwd) @@ -17,10 +17,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 set -e @@ -65,4 +68,4 @@ 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 +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/audio/shntool/shntool.info b/audio/shntool/shntool.info index 8b21cb95df..e23912c8a4 100644 --- a/audio/shntool/shntool.info +++ b/audio/shntool/shntool.info @@ -1,8 +1,10 @@ PRGNAM="shntool" -VERSION="3.0.8" +VERSION="3.0.10" HOMEPAGE="http://shnutils.freeshell.org/shntool/" -DOWNLOAD="http://shnutils.freeshell.org/shntool/dist/src/shntool-3.0.8.tar.gz" -MD5SUM="916a5a8625288a5f9edc2ef3567f51d8" +DOWNLOAD="http://shnutils.freeshell.org/shntool/dist/src/shntool-3.0.10.tar.gz" +MD5SUM="5d41f8f42c3c15e3145a7a43539c3eae" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" MAINTAINER="slakmagik" EMAIL="jsun@freeshell.org" -APPROVED="rworkman" +APPROVED="dsomero" -- cgit v1.2.3