mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
ham/tqsl: Updated for version 2.5.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
66420bdca2
commit
6c94cbc3dc
2 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue