From: Alexander Dahl <ada@thorsis.com>
To: ptxdist@pengutronix.de
Cc: Roelf-Erik Carsjens <rca@thorsis.com>
Subject: [ptxdist] [RFC PATCH 1/1] WIP: rtklib-demo5: Add new package
Date: Tue, 17 Oct 2023 13:35:15 +0200 [thread overview]
Message-ID: <20231017113515.395026-2-ada@thorsis.com> (raw)
In-Reply-To: <20231017113515.395026-1-ada@thorsis.com>
---
rules/rtklib-demo5.in | 23 ++++++++++++++++
rules/rtklib-demo5.make | 58 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 81 insertions(+)
create mode 100644 rules/rtklib-demo5.in
create mode 100644 rules/rtklib-demo5.make
diff --git a/rules/rtklib-demo5.in b/rules/rtklib-demo5.in
new file mode 100644
index 000000000..61b69c58c
--- /dev/null
+++ b/rules/rtklib-demo5.in
@@ -0,0 +1,23 @@
+## SECTION=system_libraries
+
+config RTKLIB_DEMO5
+ tristate
+ select QT5
+ prompt "rtklib-demo5"
+ help
+ RTKLIB Demo5 is an open source version of RTKLIB optimized for
+ low cost receivers and for practical use.
+ It includes additional solution features to deal with the
+ sometimes very challenging measurements from lower cost
+ receivers and is also optimized to work with
+ multi-constellation solutions.
+ This is a good choice for those interested in learning more
+ about GNSS technologies.
+ It is also a solid solution for almost any real-time or
+ post-processing high precision positioning needs.
+
+ This package contains the library only.
+
+ https://rtkexplorer.com
+
+# vim: ft=kconfig noet tw=72 ts=8 sw=8
diff --git a/rules/rtklib-demo5.make b/rules/rtklib-demo5.make
new file mode 100644
index 000000000..3f0d1fd7e
--- /dev/null
+++ b/rules/rtklib-demo5.make
@@ -0,0 +1,58 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2023 by Alexander Dahl <ada@thorsis.com>
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+PACKAGES-$(PTXCONF_RTKLIB_DEMO5) += rtklib-demo5
+
+#
+# Paths and names
+#
+RTKLIB_DEMO5_VERSION := b34h
+RTKLIB_DEMO5_MD5 := 404e8e0c98471358d203a5ab2e830098
+RTKLIB_DEMO5 := rtklib-demo5-$(RTKLIB_DEMO5_VERSION)
+# release asset "demo5_b34h.zip" did not allow clean extract
+RTKLIB_DEMO5_SUFFIX := tar.gz
+RTKLIB_DEMO5_URL := https://github.com/rtklibexplorer/RTKLIB/archive/refs/tags/$(RTKLIB_DEMO5_VERSION).$(RTKLIB_DEMO5_SUFFIX)
+RTKLIB_DEMO5_SOURCE := $(SRCDIR)/$(RTKLIB_DEMO5).$(RTKLIB_DEMO5_SUFFIX)
+RTKLIB_DEMO5_DIR := $(BUILDDIR)/$(RTKLIB_DEMO5)
+RTKLIB_DEMO5_SUBDIR := src
+RTKLIB_DEMO5_LICENSE := BSD-2-Clause
+RTKLIB_DEMO5_LICENSE_FILES := file://license.txt;md5=0a9df7c41dafcfa98b6372cd36eae07b
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+RTKLIB_DEMO5_CONF_TOOL := qmake
+# ptxdist should pass this -spec option on its own
+RTKLIB_DEMO5_CONF_OPT := \
+ $(CROSS_QMAKE_OPT) \
+ -spec "$(PTXDIST_SYSROOT_TARGET)/usr/lib/qt5/mkspecs/linux-ptx-g++"
+
+# ----------------------------------------------------------------------------
+# Target-Install
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/rtklib-demo5.targetinstall:
+ @$(call targetinfo)
+
+ @$(call install_init, rtklib-demo5)
+ @$(call install_fixup, rtklib-demo5,PRIORITY,optional)
+ @$(call install_fixup, rtklib-demo5,SECTION,base)
+ @$(call install_fixup, rtklib-demo5,AUTHOR,"Alexander Dahl <ada@thorsis.com>")
+ @$(call install_fixup, rtklib-demo5,DESCRIPTION,missing)
+
+ @$(call install_lib, rtklib-demo5, 0, 0, 0644, libRTKLib)
+
+ @$(call install_finish, rtklib-demo5)
+
+ @$(call touch)
+
+# vim: ft=make noet tw=72 ts=8 sw=8
--
2.30.2
next prev parent reply other threads:[~2023-10-17 11:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-17 11:35 [ptxdist] [RFC PATCH 0/1] building qmake based target packages Alexander Dahl
2023-10-17 11:35 ` Alexander Dahl [this message]
2023-11-10 7:51 ` Michael Olbrich
2023-11-20 13:55 ` Alexander Dahl
2023-11-27 16:16 ` Michael Olbrich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231017113515.395026-2-ada@thorsis.com \
--to=ada@thorsis.com \
--cc=ptxdist@pengutronix.de \
--cc=rca@thorsis.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox