mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v1 1/5] add host gc
@ 2022-09-07 13:21 Oleksij Rempel
  2022-09-07 13:21 ` [ptxdist] [PATCH v1 2/5] add host libunsitring Oleksij Rempel
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Oleksij Rempel @ 2022-09-07 13:21 UTC (permalink / raw)
  To: ptxdist; +Cc: Oleksij Rempel

This package is needed by guile tools

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
---
 rules/host-gc.in   |  4 ++++
 rules/host-gc.make | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)
 create mode 100644 rules/host-gc.in
 create mode 100644 rules/host-gc.make

diff --git a/rules/host-gc.in b/rules/host-gc.in
new file mode 100644
index 000000000..2dda15c91
--- /dev/null
+++ b/rules/host-gc.in
@@ -0,0 +1,4 @@
+## SECTION=hosttools_noprompt_ptx
+
+config HOST_GC
+	bool
diff --git a/rules/host-gc.make b/rules/host-gc.make
new file mode 100644
index 000000000..888bfe244
--- /dev/null
+++ b/rules/host-gc.make
@@ -0,0 +1,32 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2022 by Marc Kleine-Budde <mkl@pengutronix.de>
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_GC) += host-gc
+
+#
+# Paths and names
+#
+HOST_GC_VERSION	:= 8.2.2
+HOST_GC_MD5	:= 787177b1b15aa19ffa0d61d8f508b69d
+HOST_GC		:= gc-$(HOST_GC_VERSION)
+HOST_GC_SUFFIX	:= tar.gz
+HOST_GC_URL	:= https://www.hboehm.info/gc/gc_source/$(HOST_GC).$(HOST_GC_SUFFIX)
+HOST_GC_SOURCE	:= $(SRCDIR)/$(HOST_GC).$(HOST_GC_SUFFIX)
+HOST_GC_DIR	:= $(HOST_BUILDDIR)/$(HOST_GC)
+HOST_GC_LICENSE	:= unknown
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_GC_CONF_TOOL	:= autoconf
+
+# vim: syntax=make
-- 
2.30.2




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-09-09  9:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-07 13:21 [ptxdist] [PATCH v1 1/5] add host gc Oleksij Rempel
2022-09-07 13:21 ` [ptxdist] [PATCH v1 2/5] add host libunsitring Oleksij Rempel
2022-09-09  9:53   ` Michael Olbrich
2022-09-07 13:21 ` [ptxdist] [PATCH v1 3/5] add host guile tools Oleksij Rempel
2022-09-09  9:54   ` Michael Olbrich
2022-09-07 13:21 ` [ptxdist] [PATCH v1 4/5] add host autotools-autogen Oleksij Rempel
2022-09-07 13:21 ` [ptxdist] [PATCH v1 5/5] add tcpreplay Oleksij Rempel
2022-09-09  9:51 ` [ptxdist] [PATCH v1 1/5] add host gc Michael Olbrich
2022-09-09  9:57 ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox