ham/tqsl: Updated for version 2.5.7.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Robby Workman 2021-07-19 01:35:06 -05:00 committed by Willy Sudiarto Raharjo
parent 66420bdca2
commit 6c94cbc3dc
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 5 deletions

View file

@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tqsl
VERSION=${VERSION:-2.5.1}
VERSION=${VERSION:-2.5.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -91,7 +91,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
# Fix hardcoded man page path >:(
mv $PKG/usr/share/man $PKG/usr/man
mkdir -p $PKG/usr/man
mv $PKG/man5 $PKG/usr/man
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done

View file

@ -1,8 +1,8 @@
PRGNAM="tqsl"
VERSION="2.5.1"
VERSION="2.5.7"
HOMEPAGE="http://www.arrl.org"
DOWNLOAD="http://www.arrl.org/files/file/LoTW%20Instructions/tqsl-2.5.1.tar.gz"
MD5SUM="926ad9693ba0d6b363e38305bfc9f81e"
DOWNLOAD="http://www.arrl.org/files/file/LoTW%20Instructions/tqsl-2.5.7.tar.gz"
MD5SUM="b361cd86c37537804e9e660409e494e7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="wxPython"