summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author slakmagik <jsun@freeshell.org>2010-05-13 00:22:05 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-13 00:22:05 +0200
commit9dc22a871eb48492110ca9c51457dcdb701bf48d (patch)
tree1ff901c1ba7d63e79da9a04d2cc0b5a239ee3d4c /audio
parent1234a538be3a22053b9959263dee4c10ec66512c (diff)
downloadslackbuilds-9dc22a871eb48492110ca9c51457dcdb701bf48d.tar.gz
slackbuilds-9dc22a871eb48492110ca9c51457dcdb701bf48d.tar.xz
audio/shntool: Updated for version 3.0.10
Diffstat (limited to 'audio')
-rw-r--r--audio/shntool/shntool.SlackBuild9
-rw-r--r--audio/shntool/shntool.info10
2 files changed, 12 insertions, 7 deletions
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"