summaryrefslogtreecommitdiffstats
path: root/libraries/tclxml
diff options
context:
space:
mode:
author Juan M. Lasca <juanmlasca@gmail.com>2023-08-25 22:06:31 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-08-26 19:07:01 +0700
commit22ff59997c2202ffe42674c6e230227aaedb2948 (patch)
treee5c1feb0af9609cdf1daa7f7664a47b90928f078 /libraries/tclxml
parent4020da36ac6d91e00c4146915e9da3e73b31ffcc (diff)
downloadslackbuilds-22ff59997c2202ffe42674c6e230227aaedb2948.tar.gz
slackbuilds-22ff59997c2202ffe42674c6e230227aaedb2948.tar.xz
libraries/tclxml: Updated for version 3.3.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/tclxml')
-rw-r--r--libraries/tclxml/tclxml.SlackBuild11
-rw-r--r--libraries/tclxml/tclxml.info8
2 files changed, 10 insertions, 9 deletions
diff --git a/libraries/tclxml/tclxml.SlackBuild b/libraries/tclxml/tclxml.SlackBuild
index 66383e0ebf..a75e29c4e2 100644
--- a/libraries/tclxml/tclxml.SlackBuild
+++ b/libraries/tclxml/tclxml.SlackBuild
@@ -25,10 +25,11 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tclxml
-VERSION=${VERSION:-3.2}
+VERSION=${VERSION:-3.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
+SRCNAM=TclXML
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -66,9 +67,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
+rm -rf $SRCNAM-$VERSION
+tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
+cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@@ -96,7 +97,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- LICENSE README.html examples doc \
+ LICENSE README.md examples doc \
$PKG/usr/doc/$PRGNAM-$VERSION;
# correct file perms
diff --git a/libraries/tclxml/tclxml.info b/libraries/tclxml/tclxml.info
index ae61a19995..ad6da95471 100644
--- a/libraries/tclxml/tclxml.info
+++ b/libraries/tclxml/tclxml.info
@@ -1,8 +1,8 @@
PRGNAM="tclxml"
-VERSION="3.2"
-HOMEPAGE="https://tclxml.sourceforge.net"
-DOWNLOAD="https://sourceforge.net/projects/tclxml/files/TclXML/3.2/tclxml-3.2.tar.gz"
-MD5SUM="9d1605246c899eff7db591bca3c23200"
+VERSION="3.3.1"
+HOMEPAGE="https://github.com/flightaware/TclXML"
+DOWNLOAD="https://github.com/flightaware/TclXML/archive/v3.3.1/TclXML-3.3.1.tar.gz"
+MD5SUM="fb8106c41efcb5053389007851d2a237"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""