mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Thorsten Scherer <t.scherer@eckelmann.de>
Subject: Re: [ptxdist] [APPLIED] host-zip: new package
Date: Fri, 11 Nov 2022 15:31:16 +0100	[thread overview]
Message-ID: <20221111143116.893576-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20221027091008.i5dudwp6s3onxraw@NB142.eckelmann.group>

Thanks, applied as 21c1718ea7ea693f6b9d4a78fa58bd8de5dabb1d.

Michael

[sent from post-receive hook]

On Fri, 11 Nov 2022 15:31:16 +0100, Thorsten Scherer <t.scherer@eckelmann.de> wrote:
> Message-Id: <20221027091008.i5dudwp6s3onxraw@NB142.eckelmann.group>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/host-zip.in b/rules/host-zip.in
> new file mode 100644
> index 000000000000..968ef1279545
> --- /dev/null
> +++ b/rules/host-zip.in
> @@ -0,0 +1,12 @@
> +## SECTION=hosttools_noprompt
> +## SECTION=hosttools_platform
> +
> +config HOST_ZIP
> +	tristate
> +	help
> +	  zip is a compression and file packaging utility for Unix, VMS, MSDOS,
> +	  OS/2, Windows NT, Minix, Atari and Macintosh, Amiga and Acorn RISC OS.
> +
> +	  It is analogous to a combination of the UNIX commands tar(1) and com-
> +	  press(1) and is compatible with PKHOST_ZIP (Phil Katz's ZIP for MSDOS sys-
> +	  tems).
> diff --git a/rules/host-zip.make b/rules/host-zip.make
> new file mode 100644
> index 000000000000..401d9565bb62
> --- /dev/null
> +++ b/rules/host-zip.make
> @@ -0,0 +1,37 @@
> +# -*-makefile-*-
> +#
> +# Copyright (C) 2022 by Thorsten Scherer <t.scherer@eckelmann.de>
> +#
> +# For further information about the PTXdist project and license conditions
> +# see the README file.
> +#
> +
> +#
> +# We provide this package
> +#
> +HOST_PACKAGES-$(PTXCONF_HOST_ZIP) += host-zip
> +
> +# ----------------------------------------------------------------------------
> +# Prepare
> +# ----------------------------------------------------------------------------
> +
> +HOST_ZIP_CONF_TOOL	:= NO
> +
> +# ----------------------------------------------------------------------------
> +# Compile
> +# ----------------------------------------------------------------------------
> +
> +HOST_ZIP_MAKE_OPT	:= \
> +    -f unix/Makefile generic
> +
> +# ----------------------------------------------------------------------------
> +# Install
> +# ----------------------------------------------------------------------------
> +
> +# Use = instead of := because host-zip.make being included before zip.make
> +HOST_ZIP_INSTALL_OPT	= \
> +    $(HOST_ENV) \
> +    prefix=$(HOST_ZIP_PKGDIR)/usr \
> +    -f unix/Makefile install
> +
> +# vim: syntax=make



      reply	other threads:[~2022-11-11 14:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-27  9:10 [ptxdist] [PATCH] " Thorsten Scherer
2022-11-11 14:31 ` Michael Olbrich [this message]

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=20221111143116.893576-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    --cc=t.scherer@eckelmann.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