[Buildroot] [PATCH v2] package: Add support for clex filemanager (v 3.19)

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri May 14 08:48:22 UTC 2010


Hello!

On Fri, 14 May 2010 01:22:56 +0200
Peter Huewe <PeterHuewe at 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


More information about the buildroot mailing list