projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
use xorg x11-server + glamo driver instead of xglamo kdrive-server per default -...
[openwrt.git]
/
package
/
lua
/
Makefile
diff --git
a/package/lua/Makefile
b/package/lua/Makefile
index
69d3960
..
e60be8f
100644
(file)
--- a/
package/lua/Makefile
+++ b/
package/lua/Makefile
@@
-4,13
+4,12
@@
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
-# $Id$
include $(TOPDIR)/rules.mk
PKG_NAME:=lua
PKG_VERSION:=5.1.4
include $(TOPDIR)/rules.mk
PKG_NAME:=lua
PKG_VERSION:=5.1.4
-PKG_RELEASE:=
4
+PKG_RELEASE:=
3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.lua.org/ftp/ \
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.lua.org/ftp/ \
@@
-19,17
+18,13
@@
PKG_SOURCE_URL:=http://www.lua.org/ftp/ \
http://www.tecgraf.puc-rio.br/lua/ftp/
PKG_MD5SUM:=d0870f2de55d59c1c8419f36e8fac150
http://www.tecgraf.puc-rio.br/lua/ftp/
PKG_MD5SUM:=d0870f2de55d59c1c8419f36e8fac150
-HOST_PATCH_DIR=./patches-host
-PKG_BUILD_DEPENDS:=lua/host zlib
-
-include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/package.mk
define Package/lua/Default
include $(INCLUDE_DIR)/package.mk
define Package/lua/Default
- SUBMENU:=L
UA
+ SUBMENU:=L
ua
SECTION:=lang
CATEGORY:=Languages
SECTION:=lang
CATEGORY:=Languages
- TITLE:=L
UA
programming language
+ TITLE:=L
ua
programming language
URL:=http://www.lua.org/
endef
URL:=http://www.lua.org/
endef
@@
-49,7
+44,7
@@
endef
define Package/liblua/description
$(call Package/lua/Default/description)
define Package/liblua/description
$(call Package/lua/Default/description)
- This package contains the L
UA
shared libraries, needed by other programs.
+ This package contains the L
ua
shared libraries, needed by other programs.
endef
define Package/lua
endef
define Package/lua
@@
-60,7
+55,7
@@
endef
define Package/lua/description
$(call Package/lua/Default/description)
define Package/lua/description
$(call Package/lua/Default/description)
- This package contains the L
UA
language interpreter.
+ This package contains the L
ua
language interpreter.
endef
define Package/luac
endef
define Package/luac
@@
-71,7
+66,7
@@
endef
define Package/luac/description
$(call Package/lua/Default/description)
define Package/luac/description
$(call Package/lua/Default/description)
- This package contains the L
UA
language compiler.
+ This package contains the L
ua
language compiler.
endef
define Package/lua-examples
endef
define Package/lua-examples
@@
-82,24
+77,12
@@
endef
define Package/lua-examples/description
$(call Package/lua/Default/description)
define Package/lua-examples/description
$(call Package/lua/Default/description)
- This package contains LUA language examples.
-endef
-
-# Host build
-define Host/Configure
-
+ This package contains Lua language examples.
endef
endef
-define Host/Compile
- $(MAKE) -C $(HOST_BUILD_DIR)/src luac-host
+define Build/Configure
endef
endef
-define Host/Install
- $(INSTALL_BIN) $(HOST_BUILD_DIR)/src/luac-host $(STAGING_DIR_HOST)/bin/luac
-endef
-
-# Target build
-
TARGET_CFLAGS += -DLUA_USE_LINUX $(FPIC)
ifneq ($(CONFIG_USE_EGLIBC),)
TARGET_CFLAGS += -DLUA_USE_LINUX $(FPIC)
ifneq ($(CONFIG_USE_EGLIBC),)
@@
-108,8
+91,6
@@
ifneq ($(CONFIG_USE_EGLIBC),)
endif
endif
endif
endif
-Build/Configure=$(Host/Configure)
-
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
CC="$(TARGET_CROSS)gcc" \
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
CC="$(TARGET_CROSS)gcc" \
@@
-158,7
+139,6
@@
define Package/lua-examples/install
$(1)/usr/share/lua/examples/
endef
$(1)/usr/share/lua/examples/
endef
-$(eval $(call HostBuild))
$(eval $(call BuildPackage,liblua))
$(eval $(call BuildPackage,lua))
$(eval $(call BuildPackage,luac))
$(eval $(call BuildPackage,liblua))
$(eval $(call BuildPackage,lua))
$(eval $(call BuildPackage,luac))
This page took
0.025934 seconds
and
4
git commands to generate.