All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3] package/zile: add Zile is Lossy Emacs editor
Date: Thu, 17 Apr 2014 20:23:03 +0200	[thread overview]
Message-ID: <53501C07.9060800@trzebnica.net> (raw)
In-Reply-To: <1397737179-12262-2-git-send-email-alex.bennee@linaro.org>


Hi Alex,

> This is a lightweight Emacs clone useful for embedded systems. I nabbed
> the help2man disable patch from OpenEmbedded.
>
> Signed-off-by: Alex Benn?e <alex.bennee@linaro.org>
>
> ---
> v2 - review comments
> - fixup dependancies
> - add s-o-b tag to patch
> - fix whitespace
>
> v3
> - fix typo for DEPENDENCIES
> - force AUTORECONF
> - remove +=
> - use BR2_GNU_MIRROR
> - rename patch to zile-0001-remove-help2man.patch
> ---
>   package/Config.in                            |  1 +
>   package/zile/Config.in                       | 13 ++++++++++++
>   package/zile/zile-0001-remove-help2man.patch | 30 ++++++++++++++++++++++++++++
>   package/zile/zile.mk                         | 15 ++++++++++++++
>   4 files changed, 59 insertions(+)
>   create mode 100644 package/zile/Config.in
>   create mode 100644 package/zile/zile-0001-remove-help2man.patch
>   create mode 100644 package/zile/zile.mk
>

[...]

> diff --git a/package/zile/zile.mk b/package/zile/zile.mk
> new file mode 100644
> index 0000000..07226c6
> --- /dev/null
> +++ b/package/zile/zile.mk
> @@ -0,0 +1,15 @@
> +################################################################################
> +#
> +# Zile

Here you should use only lower-case.

Regards,
Jerzy

> +#
> +################################################################################
> +
> +ZILE_VERSION = 2.4.11
> +ZILE_SITE = $(BR2_GNU_MIRROR)/zile
> +ZILE_LICENSE = GPLv1+
> +ZILE_LICENSE_FILES = COPYING
> +ZILE_AUTORECONF = YES
> +ZILE_CONF_OPT = --without-help2man
> +ZILE_DEPENDENCIES = libgc
> +
> +$(eval $(autotools-package))

  reply	other threads:[~2014-04-17 18:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-17 12:19 [Buildroot] [PATCH v3] package/Zile: add Zile is Lossy Emacs editor Alex Bennée
2014-04-17 12:19 ` [Buildroot] [PATCH v3] package/zile: " Alex Bennée
2014-04-17 18:23   ` Jerzy Grzegorek [this message]
2014-04-17 20:14   ` Thomas Petazzoni
2014-04-24  8:39     ` Alex Bennée
2014-04-24  9:03       ` Thomas De Schampheleire
2014-04-24  9:47     ` Alex Bennée
2014-04-24 13:56     ` Alex Bennée

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=53501C07.9060800@trzebnica.net \
    --to=jerzy.grzegorek@trzebnica.net \
    --cc=buildroot@busybox.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.