ham/cqrlog: Updated for version 1.9.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Gustavo Conrad - LU8WFY 2015-05-07 07:35:53 +07:00 committed by Willy Sudiarto Raharjo
parent 4ae8d02258
commit 5f9f7729f3
3 changed files with 12 additions and 10 deletions

View File

@ -9,6 +9,6 @@ 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.
If you run the IDE as normal user, you must copy the content of your
.lazarus directory into /root/.lazarus
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

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=cqrlog
VERSION=${VERSION:-1.8.0}
VERSION=${VERSION:-1.9.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -59,8 +59,10 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/${PRGNAM}_${VERSION}.src.tar.gz
# now the source download has the form "v1.9.0.tar.gz"
rm -rf v$VERSION
tar xvf $CWD/v$VERSION.tar.gz
# but unpacks as "cqrlog-1.9.0"
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View File

@ -1,10 +1,10 @@
PRGNAM="cqrlog"
VERSION="1.8.0"
VERSION="1.9.0"
HOMEPAGE="http://www.cqrlog.com"
DOWNLOAD="http://www.cqrlog.com/files/cqrlog_1.8.0/cqrlog_1.8.0.src.tar.gz"
MD5SUM="d8249246edcead59e2a21c1251b094d3"
DOWNLOAD="https://github.com/ok2cqr/cqrlog/archive/v1.9.0.tar.gz"
MD5SUM="ad6bbc72b94baafbe0a681c0b86b85d4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lazarus tqsl xplanet %README%"
REQUIRES="lazarus tqsl xplanet hamlib"
MAINTAINER="Gustavo Conrad - LU8WFY"
EMAIL="gus3963 gmail"