From 80eb1eea52b0edbe77fcef35fc980be9c345ceb5 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 3 Jul 2010 11:50:54 +0200 Subject: Packages: New Lua: add lua-5.1 among scripting languages Signed-off-by: Abdoulaye Walsimou Gaye --- .../scripting-languages.kconfig | 32 +++++++++++----------- .../scripting-languages/scripting-languages.mk | 32 +++++++++++++--------- 2 files changed, 35 insertions(+), 29 deletions(-) (limited to 'packages/scripting-languages') diff --git a/packages/scripting-languages/scripting-languages.kconfig b/packages/scripting-languages/scripting-languages.kconfig index f823533..b2d4408 100644 --- a/packages/scripting-languages/scripting-languages.kconfig +++ b/packages/scripting-languages/scripting-languages.kconfig @@ -1,28 +1,28 @@ ################################################################################ -# GAYE Abdoulaye Walsimou, -# Copyright(C) 2010 GAYE Abdoulaye Walsimou. All rights reserved. -# For Copyrright from linux kernel's build/configure system, see their source -# code. +# Abdoulaye Walsimou GAYE +# Copyright(C) 2010 Abdoulaye Walsimou GAYE. All rights reserved. # -# This program is free software; you can distribute it and/or modify it -# under the terms of the GNU General Public License -# (Version 2 or later) published by the Free Software Foundation. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . # -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. ################################################################################ # # \file scripting-languages.kconfig # \brief scripting-languages.kconfig of Embtoolkit -# \author GAYE Abdoulaye Walsimou, +# \author Abdoulaye Walsimou GAYE # \date February 2010 ################################################################################ -source packages/security/openssl/openssl.kconfig +source packages/scripting-languages/lua/lua.kconfig +source packages/scripting-languages/perl/perl.kconfig diff --git a/packages/scripting-languages/scripting-languages.mk b/packages/scripting-languages/scripting-languages.mk index e41de7d..fbb35a5 100644 --- a/packages/scripting-languages/scripting-languages.mk +++ b/packages/scripting-languages/scripting-languages.mk @@ -1,27 +1,33 @@ ################################################################################ -# GAYE Abdoulaye Walsimou, -# Copyright(C) 2010 GAYE Abdoulaye Walsimou. All rights reserved. +# Abdoulaye Walsimou GAYE +# Copyright(C) 2010 Abdoulaye Walsimou GAYE. All rights reserved. # -# This program is free software; you can distribute it and/or modify it -# under the terms of the GNU General Public License -# (Version 2 or later) published by the Free Software Foundation. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . # -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. ################################################################################ # # \file scripting-languages.mk # \brief scripting-languages.mk of Embtoolkit -# \author GAYE Abdoulaye Walsimou, +# \author Abdoulaye Walsimou GAYE # \date February 2010 ################################################################################ +#lua +include $(EMBTK_ROOT)/packages/scripting-languages/lua/lua.mk +ROOTFS_COMPONENTS_CLEAN += lua_clean +ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_LUA) += lua_install + #microperl include $(EMBTK_ROOT)/packages/scripting-languages/perl/perl.mk ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_MICROPERL) += microperl_install -- cgit v1.2.3