[Buildroot] [PATCH 09/14] libedje: Add new package

Peter Korsgaard jacmet at uclibc.org
Sun Jan 29 20:35:40 UTC 2012


>>>>> "Will" == Will Newton <will.newton at gmail.com> writes:

 Will> Signed-off-by: Will Newton <will.newton at imgtec.com>
 Will> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>

Committed with minor tweaks, thanks.

 Will> +config BR2_PACKAGE_LIBEDJE
 Will> +	bool "libedje"
 Will> +	select BR2_PACKAGE_LIBEINA
 Will> +	select BR2_PACKAGE_LIBEET
 Will> +	select BR2_PACKAGE_LIBECORE
 Will> +	select BR2_PACKAGE_LIBECORE_EVAS
 Will> +	select BR2_PACKAGE_LIBEMBRYO
 Will> +	select BR2_PACKAGE_LIBEVAS
 Will> +	select BR2_PACKAGE_LUA
 Will> +	help
 Will> +	  A graphical layout and animation library for animated
 Will> +	  resizable, compressed and scalable themes.

Missing upstream URL.

 Will> +
 Will> +config BR2_PACKAGE_LIBEDJE_CC
 Will> +	bool "build edje_cc"
 Will> +	depends on BR2_PACKAGE_LIBEDJE
 Will> +	help
 Will> +	  Build and install the Edje compiler for the target. Normally this
 Will> +	  is not required.
 Will> diff --git a/package/efl/libedje/libedje.mk b/package/efl/libedje/libedje.mk
 Will> new file mode 100644
 Will> index 0000000..8d52f30
 Will> --- /dev/null
 Will> +++ b/package/efl/libedje/libedje.mk
 Will> @@ -0,0 +1,25 @@
 Will> +#############################################################
 Will> +#
 Will> +# libedje
 Will> +#
 Will> +#############################################################
 Will> +
 Will> +LIBEDJE_VERSION = 1.1.0
 Will> +LIBEDJE_SOURCE = edje-$(LIBEDJE_VERSION).tar.bz2
 Will> +LIBEDJE_SITE =  http://download.enlightenment.org/releases/
 Will> +LIBEDJE_INSTALL_STAGING = YES
 Will> +LIBEDJE_INSTALL_TARGET = YES

_INSTALL_TARGET defaults to YES.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list