summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Fridrich von Stauffenberg2013-12-24 04:00:10 +0100
committer Robby Workman2013-12-25 22:05:41 +0100
commitdf80dd8604bd62d00778d7290b70783b631f3260 (patch)
treec8095beba5e7be0e8e9fc93e7caf11e41bfac81c /office
parentabfd63e7271dc30fb759cf1498e8e591f5227f78 (diff)
downloadslackbuilds-df80dd8604bd62d00778d7290b70783b631f3260.tar.gz
office/myrulib: Updated for version 0.29.16.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/myrulib/myrulib.SlackBuild9
-rw-r--r--office/myrulib/myrulib.info6
2 files changed, 10 insertions, 5 deletions
diff --git a/office/myrulib/myrulib.SlackBuild b/office/myrulib/myrulib.SlackBuild
index 9578bc0f51..0616a215d2 100644
--- a/office/myrulib/myrulib.SlackBuild
+++ b/office/myrulib/myrulib.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for MyRuLib
-# Copyright 2011-2012 Fridrich von Stauffenberg <cancellor2@gmail.com>
+# Copyright 2011-2013 Fridrich von Stauffenberg <cancellor2@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=myrulib
-VERSION=${VERSION:-0.29.12}
+VERSION=${VERSION:-0.29.16}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -66,6 +66,11 @@ rm -rf $PRGNAM-$VERSION
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 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
diff --git a/office/myrulib/myrulib.info b/office/myrulib/myrulib.info
index 6550b71996..dfe1ae145d 100644
--- a/office/myrulib/myrulib.info
+++ b/office/myrulib/myrulib.info
@@ -1,8 +1,8 @@
PRGNAM="myrulib"
-VERSION="0.29.12"
+VERSION="0.29.16"
HOMEPAGE="http://myrulib.lintest.ru"
-DOWNLOAD="http://www.lintest.ru/pub/myrulib-0.29.12.tar.bz2"
-MD5SUM="882938fd50b10d508df908cd469e476c"
+DOWNLOAD="http://www.lintest.ru/pub/myrulib-0.29.16.tar.bz2"
+MD5SUM="ad7e3b21b36b4b493c7625b5b625aca6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="wxPython"