mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/zile: Updated for version 2.4.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c1ba9e582b
commit
cbe9d548b9
2 changed files with 8 additions and 8 deletions
|
@ -5,7 +5,7 @@
|
|||
# Written by Marco Maggi <marco.maggi-ipsu@poste.it>
|
||||
|
||||
PRGNAM=zile
|
||||
VERSION=${VERSION:-2.4.9}
|
||||
VERSION=${VERSION:-2.4.11}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -46,10 +46,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
|||
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" \
|
||||
./configure \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="zile"
|
||||
VERSION="2.4.9"
|
||||
VERSION="2.4.11"
|
||||
HOMEPAGE="http://www.gnu.org/software/zile/"
|
||||
DOWNLOAD="http://ftp.gnu.org/gnu/zile/zile-2.4.9.tar.gz"
|
||||
MD5SUM="84a0af58fb4fbe3af16bde2ef2b8f5ae"
|
||||
DOWNLOAD="http://ftp.gnu.org/gnu/zile/zile-2.4.11.tar.gz"
|
||||
MD5SUM="7a460ccec64e3bec2835697b2eae533c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue