summaryrefslogtreecommitdiffstats
path: root/audio/xmms-wma/xmms-wma.SlackBuild
diff options
context:
space:
mode:
author Petar Petrov <petar.petrov@student.oulu.fi>2015-07-04 09:10:49 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-07-04 10:38:20 +0700
commit5eda53225989e41179df2798ebd71257274b2eb1 (patch)
treeaea598bda36e18a02d3110eaeec220de3933884e /audio/xmms-wma/xmms-wma.SlackBuild
parentdf02f67f22679b40417cdf67c483d3f1a8b4f7be (diff)
downloadslackbuilds-5eda53225989e41179df2798ebd71257274b2eb1.tar.gz
slackbuilds-5eda53225989e41179df2798ebd71257274b2eb1.tar.xz
audio/xmms-wma: Update DOWNLOAD url.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/xmms-wma/xmms-wma.SlackBuild')
-rw-r--r--audio/xmms-wma/xmms-wma.SlackBuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/xmms-wma/xmms-wma.SlackBuild b/audio/xmms-wma/xmms-wma.SlackBuild
index 1a591b1d28..c5dec14575 100644
--- a/audio/xmms-wma/xmms-wma.SlackBuild
+++ b/audio/xmms-wma/xmms-wma.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for xmms-wma
-# Copyright 2012 Petar Petrov, ppetrov@paju.oulu.fi
+# Copyright 2012-2015 Petar Petrov, petar.petrov@student.oulu.fi
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
PRGNAM=xmms-wma
VERSION=${VERSION:-1.0.5}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -64,10 +64,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Use our CFLAGS
sed -i "/OPTFLAGS/s/=/+=/" ffmpeg-strip-wma/config.mak