diff options
author | Juan M. Lasca <juanmlasca@gmail.com> | 2024-11-11 10:52:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-11 10:54:11 +0700 |
commit | 15974fb643322222200360b3ae618b352d030acd (patch) | |
tree | 7011558053a01c5360a955a50a02267bbebdfee2 /libraries/tclws | |
parent | e3b281c61d7d19964ca46be814db280f2427913c (diff) |
libraries/tclws: Updated for version 3.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/tclws')
-rw-r--r-- | libraries/tclws/tclws.SlackBuild | 20 | ||||
-rw-r--r-- | libraries/tclws/tclws.info | 6 |
2 files changed, 5 insertions, 21 deletions
diff --git a/libraries/tclws/tclws.SlackBuild b/libraries/tclws/tclws.SlackBuild index 0e4840f727..80b04eb34f 100644 --- a/libraries/tclws/tclws.SlackBuild +++ b/libraries/tclws/tclws.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for tclws -# Copyright 2023 Juan M. Lasca <juanmlasca@gmail.com> +# Copyright 2024 Juan M. Lasca <juanmlasca@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tclws -VERSION=${VERSION:-3.4.0} +VERSION=${VERSION:-3.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -43,21 +43,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - set -e rm -rf $PKG @@ -73,7 +58,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; - TCLFILES="AOLserver.tcl Embedded.tcl ServerSide.tcl WubServer.tcl ChannelServer.tcl Utilities.tcl ClientSide.tcl Wub.tcl pkgIndex.tcl" diff --git a/libraries/tclws/tclws.info b/libraries/tclws/tclws.info index 4d7a8cb331..32dadaf81f 100644 --- a/libraries/tclws/tclws.info +++ b/libraries/tclws/tclws.info @@ -1,8 +1,8 @@ PRGNAM="tclws" -VERSION="3.4.0" +VERSION="3.5.0" HOMEPAGE="https://core.tcl-lang.org/tclws" -DOWNLOAD="https://core.tcl-lang.org/tclws/tarball/tclws-3.4.0.tar.gz" -MD5SUM="886df07686b75354b6cd70c55316ea82" +DOWNLOAD="https://core.tcl-lang.org/tclws/tarball/tclws-3.5.0.tar.gz" +MD5SUM="2e54ebf0e4d83acc8cc095b74f212a93" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="tcllib tcl-tls tDOM" |