[Buildroot] [PATCH 10/24] cosmo: new package

Arnout Vandecappelle arnout at mind.be
Thu Feb 27 07:08:33 UTC 2014


On 02/24/14 08:34, Francois Perrad wrote:
> 
> Signed-off-by: Francois Perrad <francois.perrad at gadz.org>
> ---
>  package/Config.in       |    1 +
>  package/cosmo/Config.in |    7 +++++++
>  package/cosmo/cosmo.mk  |   10 ++++++++++
>  3 files changed, 18 insertions(+)
>  create mode 100644 package/cosmo/Config.in
>  create mode 100644 package/cosmo/cosmo.mk
> 
> diff --git a/package/Config.in b/package/Config.in
> index a7df716..29a0245 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -366,6 +366,7 @@ if BR2_PACKAGE_HAS_LUA_INTERPRETER
>  menu "Lua libraries/modules"
>  source "package/cgilua/Config.in"
>  source "package/copas/Config.in"
> +source "package/cosmo/Config.in"
>  source "package/coxpcall/Config.in"
>  source "package/lbase64/Config.in"
>  source "package/ljlinenoise/Config.in"
> diff --git a/package/cosmo/Config.in b/package/cosmo/Config.in
> new file mode 100644
> index 0000000..1b5b622
> --- /dev/null
> +++ b/package/cosmo/Config.in
> @@ -0,0 +1,7 @@
> +config BR2_PACKAGE_COSMO
> +	bool "cosmo"
> +	select BR2_PACKAGE_LPEG

 Mention "run-time dependency only"

 Regards,
 Arnout

> +	help
> +	  Cosmo is a "safe templates" engine for Lua.
> +
> +	  http://mascarenhas.github.io/cosmo/
> diff --git a/package/cosmo/cosmo.mk b/package/cosmo/cosmo.mk
> new file mode 100644
> index 0000000..2592f62
> --- /dev/null
> +++ b/package/cosmo/cosmo.mk
> @@ -0,0 +1,10 @@
> +################################################################################
> +#
> +# cosmo
> +#
> +################################################################################
> +
> +COSMO_VERSION = 13.01.30-1
> +COSMO_LICENSE = MIT
> +
> +$(eval $(luarocks-package))
> 


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F



More information about the buildroot mailing list