From: Lucas Stach <l.stach@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH v2 1/2] host-cmake-ecm: new package
Date: Fri, 22 Mar 2019 15:04:35 +0100 [thread overview]
Message-ID: <20190322140436.7454-1-l.stach@pengutronix.de> (raw)
This adds the Extra CMake Modules package, which provides CMake
modules commonly used by software produced by the KDE community.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
v2:
- select HOST_CMAKE
- use full version number
- add license information
---
rules/host-cmake-ecm.in | 9 +++++++++
rules/host-cmake-ecm.make | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
create mode 100644 rules/host-cmake-ecm.in
create mode 100644 rules/host-cmake-ecm.make
diff --git a/rules/host-cmake-ecm.in b/rules/host-cmake-ecm.in
new file mode 100644
index 000000000000..5717945ab751
--- /dev/null
+++ b/rules/host-cmake-ecm.in
@@ -0,0 +1,9 @@
+## SECTION=hosttools_noprompt
+
+config HOST_CMAKE_ECM
+ tristate
+ select HOST_CMAKE
+ default y if ALLYES
+ help
+ Extra CMake Modules adds CMake modules commonly used
+ by software produced by the KDE community.
diff --git a/rules/host-cmake-ecm.make b/rules/host-cmake-ecm.make
new file mode 100644
index 000000000000..d7a3aace354a
--- /dev/null
+++ b/rules/host-cmake-ecm.make
@@ -0,0 +1,34 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2019 by Lucas Stach <l.stach@pengutronix.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_CMAKE_ECM) += host-cmake-ecm
+
+#
+# Paths and names
+#
+HOST_CMAKE_ECM_VERSION := 5.56.0
+HOST_CMAKE_ECM_MD5 := 89be75b53098e1e6cd9b2e30b0bb9e44
+HOST_CMAKE_ECM := extra-cmake-modules-$(HOST_CMAKE_ECM_VERSION)
+HOST_CMAKE_ECM_SUFFIX := tar.xz
+HOST_CMAKE_ECM_URL := https://download.kde.org/stable/frameworks/$(basename $(HOST_CMAKE_ECM_VERSION))/$(HOST_CMAKE_ECM).$(HOST_CMAKE_ECM_SUFFIX)
+HOST_CMAKE_ECM_SOURCE := $(SRCDIR)/$(HOST_CMAKE_ECM).$(HOST_CMAKE_ECM_SUFFIX)
+HOST_CMAKE_ECM_DIR := $(HOST_BUILDDIR)/$(HOST_CMAKE_ECM)
+HOST_CMAKE_ECM_LICENSE := BSD-3-Clause
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_CMAKE_ECM_CONF_TOOL := cmake
+
+# vim: syntax=make
--
2.20.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next reply other threads:[~2019-03-22 14:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-22 14:04 Lucas Stach [this message]
2019-03-22 14:04 ` [ptxdist] [PATCH v2 2/2] bluez-qt: " Lucas Stach
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=20190322140436.7454-1-l.stach@pengutronix.de \
--to=l.stach@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/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