From 410617ab200dff69859a903a01a1b29bce6a6d19 Mon Sep 17 00:00:00 2001 From: LEVAI Daniel Date: Sun, 23 Feb 2014 22:27:27 +0700 Subject: audio/easytag: Updated for version 2.1.10. Signed-off-by: Willy Sudiarto Raharjo --- audio/easytag/easytag.SlackBuild | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'audio/easytag/easytag.SlackBuild') 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 -# Copyright 2013 LEVAI Daniel +# Copyright 2013-2014 LEVAI Daniel # 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} - -- cgit v1.2.3