office/myrulib: Updated for version 0.29.16.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
abfd63e727
commit
df80dd8604
|
@ -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" \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue