summaryrefslogtreecommitdiffstats
path: root/audio/easytag/easytag.SlackBuild
diff options
context:
space:
mode:
author LEVAI Daniel2014-02-23 16:27:27 +0100
committer Willy Sudiarto Raharjo2014-02-23 16:27:27 +0100
commit410617ab200dff69859a903a01a1b29bce6a6d19 (patch)
tree339e907e79353d07b3ac81268ac2a424518c6567 /audio/easytag/easytag.SlackBuild
parent816064f43b1d35b5b69b46a83418c1e5f32c0a84 (diff)
downloadslackbuilds-410617ab200dff69859a903a01a1b29bce6a6d19.tar.gz
audio/easytag: Updated for version 2.1.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/easytag/easytag.SlackBuild')
-rw-r--r--audio/easytag/easytag.SlackBuild14
1 files changed, 6 insertions, 8 deletions
diff --git a/audio/easytag/easytag.SlackBuild b/audio/easytag/easytag.SlackBuild
index ea3d7d9f29..7ad594517c 100644
--- a/audio/easytag/easytag.SlackBuild
+++ b/audio/easytag/easytag.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for easytag
# Copyright 2006 Halim Issa <yallaone@gmail.com>
-# Copyright 2013 LEVAI Daniel <leva@ecentrum.hu>
+# Copyright 2013-2014 LEVAI Daniel <leva@ecentrum.hu>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=easytag
-VERSION=2.1.9
+VERSION=${VERSION:-2.1.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -65,11 +65,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
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 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
@@ -97,4 +96,3 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -p -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
-