diff options
author | Gustavo Conrad - LU8WFY <gus3963 gmail> | 2015-05-07 07:35:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-07 07:35:53 +0700 |
commit | 5f9f7729f363f95e737347ec3aaf41a885ddf61a (patch) | |
tree | 4ddd035fcf602be9081f359432119de4234dede9 /ham | |
parent | 4ae8d02258117552f423561788fe7360f29cc701 (diff) | |
download | slackbuilds-5f9f7729f363f95e737347ec3aaf41a885ddf61a.tar.gz |
ham/cqrlog: Updated for version 1.9.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham')
-rw-r--r-- | ham/cqrlog/README | 6 | ||||
-rw-r--r-- | ham/cqrlog/cqrlog.SlackBuild | 8 | ||||
-rw-r--r-- | ham/cqrlog/cqrlog.info | 8 |
3 files changed, 12 insertions, 10 deletions
diff --git a/ham/cqrlog/README b/ham/cqrlog/README index 84aabc4b64..1292051659 100644 --- a/ham/cqrlog/README +++ b/ham/cqrlog/README @@ -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 diff --git a/ham/cqrlog/cqrlog.SlackBuild b/ham/cqrlog/cqrlog.SlackBuild index 6c488e231f..bf4472277a 100644 --- a/ham/cqrlog/cqrlog.SlackBuild +++ b/ham/cqrlog/cqrlog.SlackBuild @@ -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 . \ diff --git a/ham/cqrlog/cqrlog.info b/ham/cqrlog/cqrlog.info index 081236a3d7..a74439b0f3 100644 --- a/ham/cqrlog/cqrlog.info +++ b/ham/cqrlog/cqrlog.info @@ -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" |