Signed-off-by: Artur Wiebe <[email protected]>
---
 rules/host-python3-pycparser.in   |  6 ++++++
 rules/host-python3-pycparser.make | 20 ++++++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 100644 rules/host-python3-pycparser.in
 create mode 100644 rules/host-python3-pycparser.make

diff --git a/rules/host-python3-pycparser.in b/rules/host-python3-pycparser.in
new file mode 100644
index 000000000..33c6e93ac
--- /dev/null
+++ b/rules/host-python3-pycparser.in
@@ -0,0 +1,6 @@
+## SECTION=hosttools_noprompt
+
+config HOST_PYTHON3_PYCPARSER
+       tristate
+       default y if ALLYES
+       select HOST_PYTHON3_SETUPTOOLS
diff --git a/rules/host-python3-pycparser.make 
b/rules/host-python3-pycparser.make
new file mode 100644
index 000000000..c6e8c0d3d
--- /dev/null
+++ b/rules/host-python3-pycparser.make
@@ -0,0 +1,20 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2023 by Artur Wiebe <[email protected]>
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_PYTHON3_PYCPARSER) += host-python3-pycparser
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_PYTHON3_PYCPARSER_CONF_TOOL    := python3
+
+# vim: syntax=make
-- 
2.40.0


Reply via email to