mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Oleksij Rempel <o.rempel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Oleksij Rempel <o.rempel@pengutronix.de>
Subject: [ptxdist] [PATCH v1 4/5] add host autotools-autogen
Date: Wed,  7 Sep 2022 15:21:24 +0200	[thread overview]
Message-ID: <20220907132125.2345487-4-o.rempel@pengutronix.de> (raw)
In-Reply-To: <20220907132125.2345487-1-o.rempel@pengutronix.de>

This package is needed by tcpreplay

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
---
 rules/host-autotools-autogen.in   |  5 +++++
 rules/host-autotools-autogen.make | 35 +++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100644 rules/host-autotools-autogen.in
 create mode 100644 rules/host-autotools-autogen.make

diff --git a/rules/host-autotools-autogen.in b/rules/host-autotools-autogen.in
new file mode 100644
index 000000000..1d93636fd
--- /dev/null
+++ b/rules/host-autotools-autogen.in
@@ -0,0 +1,5 @@
+## SECTION=hosttools_noprompt_ptx
+
+config HOST_AUTOTOOLS_AUTOGEN
+	bool
+	select HOST_GUILE
diff --git a/rules/host-autotools-autogen.make b/rules/host-autotools-autogen.make
new file mode 100644
index 000000000..5981dd0f6
--- /dev/null
+++ b/rules/host-autotools-autogen.make
@@ -0,0 +1,35 @@
+# -*-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_AUTOTOOLS_AUTOGEN) += host-autotools-autogen
+
+#
+# Paths and names
+#
+HOST_AUTOTOOLS_AUTOGEN_VERSION	:= 5.18.12
+HOST_AUTOTOOLS_AUTOGEN_MD5	:= 62e8d5fcc6dde13631bd54fbd2dde07a
+HOST_AUTOTOOLS_AUTOGEN		:= autogen-$(HOST_AUTOTOOLS_AUTOGEN_VERSION)
+HOST_AUTOTOOLS_AUTOGEN_SUFFIX	:= tar.xz
+HOST_AUTOTOOLS_AUTOGEN_URL	:= https://ftp.gnu.org/gnu/autogen/rel5.18.12/$(HOST_AUTOTOOLS_AUTOGEN).$(HOST_AUTOTOOLS_AUTOGEN_SUFFIX)
+HOST_AUTOTOOLS_AUTOGEN_SOURCE	:= $(SRCDIR)/$(HOST_AUTOTOOLS_AUTOGEN).$(HOST_AUTOTOOLS_AUTOGEN_SUFFIX)
+HOST_AUTOTOOLS_AUTOGEN_DIR	:= $(HOST_BUILDDIR)/$(HOST_AUTOTOOLS_AUTOGEN)
+HOST_AUTOTOOLS_AUTOGEN_LICENSE	:= GPLv3
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+HOST_AUTOTOOLS_AUTOGEN_CONF_TOOL	:= autoconf
+
+# vim: syntax=make
-- 
2.30.2




  parent reply	other threads:[~2022-09-07 13:22 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Oleksij Rempel [this message]
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

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=20220907132125.2345487-4-o.rempel@pengutronix.de \
    --to=o.rempel@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