Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2] package: Add support for clex filemanager (v 3.19)
Date: Fri, 14 May 2010 10:48:22 +0200	[thread overview]
Message-ID: <20100514104822.0bda583a@surf> (raw)
In-Reply-To: <201005140122.57084.PeterHuewe@gmx.de>

Hello!

On Fri, 14 May 2010 01:22:56 +0200
Peter Huewe <PeterHuewe@gmx.de> wrote:

> --- /dev/null
> +++ b/package/clex/Config.in
> @@ -0,0 +1,5 @@
> +config BR2_PACKAGE_CLEX
> +	bool "clex filemanager"

As clex appears to be based on LIBNCURSES, you should add here:

	select BR2_PACKAGE_NCURSES

and maybe one of BR2_PACKAGE_NCURSES_TARGET_PANEL,
BR2_PACKAGE_NCURSES_TARGET_FORM, BR2_PACKAGE_NCURSES_TARGET_MENU if
these are used by your package.

> +CLEX_VERSION:=3.19
> +CLEX_SOURCE:=clex-$(CLEX_VERSION).tar.gz
> +CLEX_SITE:=http://www.clex.sk/download/
> +CLEX_INSTALL_TARGET = YES
> +CLEX_CONF_OPT = $(DISABLE_NLS) $(DISABLE_LARGEFILE)

No need to add these, they are already part of the default options
passed to the configure script by Buildroot.

However, you need to add:

CLEX_DEPENDENCIES = ncurses

to make sure that ncurses gets built *before* clex.

Thanks!

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

  reply	other threads:[~2010-05-14  8:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-12 23:15 [Buildroot] [PATCH] package: Add support for clex filemanager (v 3.19) Peter Huewe
2010-05-13 13:23 ` Thomas Petazzoni
2010-05-13 23:22   ` [Buildroot] [PATCH v2] " Peter Huewe
2010-05-14  8:48     ` Thomas Petazzoni [this message]
2010-05-14 12:21       ` [Buildroot] [PATCH v3] " Peter Hüwe
2010-05-18 11:51         ` Peter Hüwe
2010-06-23 22:25         ` Peter Hüwe
2010-06-24 15:33           ` [Buildroot] [PATCH v4] " Peter Hüwe
2010-06-25  7:18             ` Thomas Petazzoni

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=20100514104822.0bda583a@surf \
    --to=thomas.petazzoni@free-electrons.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox