Browse Source
ham/cqrlog: Updated for version 2.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/70/head
Gustavo Conrad
6 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
3 changed files with
5 additions and
10 deletions
-
ham/cqrlog/README
-
ham/cqrlog/cqrlog.SlackBuild
-
ham/cqrlog/cqrlog.info
|
|
|
@ -7,8 +7,3 @@ resolution algorithm. |
|
|
|
CQRLOG is intended for daily general logging of HF, CW & SSB contacts |
|
|
|
and strongly focused on easy operation and maintenance. |
|
|
|
Homepage: http://www.cqrlog.com |
|
|
|
|
|
|
|
NOTE: You must run lazarus-IDE once to populate the required files |
|
|
|
before building cqrlog. Since the slackbuild needs to be run by root |
|
|
|
you should run lazarus-IDE as a regular user and copy the content of |
|
|
|
your .lazarus directory into /root/.lazarus |
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for cqrlog |
|
|
|
|
|
|
|
# Copyright Gustavo Conrad - LU8WFY (gus3963 gmail) |
|
|
|
# Copyright Gustavo Conrad - LU7WA (gus3963 gmail) |
|
|
|
# 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=cqrlog |
|
|
|
VERSION=${VERSION:-2.3.0} |
|
|
|
VERSION=${VERSION:-2.4.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
|
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="cqrlog" |
|
|
|
VERSION="2.3.0" |
|
|
|
VERSION="2.4.0" |
|
|
|
HOMEPAGE="https://www.cqrlog.com" |
|
|
|
DOWNLOAD="https://github.com/ok2cqr/cqrlog/archive/v2.3.0/cqrlog-2.3.0.tar.gz" |
|
|
|
MD5SUM="7c5b9982aa8c8f78773949906da822d8" |
|
|
|
DOWNLOAD="https://github.com/ok2cqr/cqrlog/archive/v2.4.0/cqrlog-2.4.0.tar.gz" |
|
|
|
MD5SUM="3be6e7c0dfc2595e33680f68627449fe" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="lazarus tqsl xplanet hamlib" |
|
|
|
|