system/termite: Updated for version 13.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Azure Zanculmarktum 2018-03-16 18:27:43 +07:00 committed by Willy Sudiarto Raharjo
parent 208148a72d
commit 8a5af1ae99
2 changed files with 10 additions and 10 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for termite
# Copyright 2017 Azure Zanculmarktum <zanculmarktum@gmail.com>
# Copyright 2017-2018 Azure Zanculmarktum <zanculmarktum@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=termite
VERSION=${VERSION:-12}
VERSION=${VERSION:-13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -68,16 +68,16 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
# Extract the Git modules
rm -rf $MODULENAM
tar xvf $CWD/$MODULENAM-$MODULEVER.tar.gz
[ -e $MODULENAM ] && rm -rf $MODULENAM
mv $MODULENAM-$MODULEVER $MODULENAM
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 {} \;
\( -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 {} \;
# Fix man pages path
sed -i 's|\(\${DESTDIR}\${PREFIX}\)/share\(/man\)|\1\2|g' Makefile

View file

@ -1,9 +1,9 @@
PRGNAM="termite"
VERSION="12"
VERSION="13"
HOMEPAGE="https://github.com/thestinger/termite"
DOWNLOAD="https://github.com/thestinger/termite/archive/v12/termite-12.tar.gz \
DOWNLOAD="https://github.com/thestinger/termite/archive/v13/termite-13.tar.gz \
https://github.com/thestinger/util/archive/409b8449ab51fccf51057621168c9c15c54d4807/util-409b8449ab51fccf51057621168c9c15c54d4807.tar.gz"
MD5SUM="754ac5625b7d91dac0c57420830ded57 \
MD5SUM="4872c33cd79e78f7229d1d53e57c2782 \
aecb3bb1e097e865c4aa3e12ef2ffd07"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""