From 4242361d880dec0e05a1aef3b889c5d9423feac9 Mon Sep 17 00:00:00 2001 From: LukenShiro Date: Thu, 16 Oct 2014 16:39:07 +0700 Subject: python/python-pmw: Updated for version 1.3.3b. Signed-off-by: Willy Sudiarto Raharjo --- python/python-pmw/python-pmw.SlackBuild | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'python/python-pmw/python-pmw.SlackBuild') diff --git a/python/python-pmw/python-pmw.SlackBuild b/python/python-pmw/python-pmw.SlackBuild index 5e2c1c442ee15..f452ea0a08ed0 100644 --- a/python/python-pmw/python-pmw.SlackBuild +++ b/python/python-pmw/python-pmw.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-pmw -# Copyright 2007-2013 LukenShiro, Italy +# Copyright 2007-2014 LukenShiro, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python-pmw -VERSION=${VERSION:-1.3.3a} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.3.3b} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -42,7 +42,7 @@ OUTPUT=${OUTPUT:-/tmp} SRCPRGNAM=Pmw SRCSUBDIR=Pmw_1_3_3 -SRCVERSION=1_3_3a +SRCVERSION=1_3_3b if [ "$ARCH" = "i486" ]; then LIBDIRSUFFIX="" @@ -67,15 +67,14 @@ tar xvf $CWD/${SRCPRGNAM}_${SRCVERSION}.tar.gz cd $SRCPRGNAM/$SRCPRGNAM chown -R root:root . || true find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ + \( -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 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Move documentation files mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION mv README $PKG/usr/doc/$PRGNAM-$VERSION -mv $SRCSUBDIR/docsrc $PKG/usr/doc/$PRGNAM-$VERSION/html cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild cd .. -- cgit v1.2.3