summaryrefslogtreecommitdiffstats
path: root/src/lua.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua.mk')
-rw-r--r--src/lua.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua.mk b/src/lua.mk
index e015efc..5cba8cc 100644
--- a/src/lua.mk
+++ b/src/lua.mk
@@ -1,10 +1,10 @@
# Lua
-# http://www.lua.org/
PKG := lua
$(PKG)_VERSION := 5.1.4
$(PKG)_SUBDIR := lua-$($(PKG)_VERSION)
$(PKG)_FILE := lua-$($(PKG)_VERSION).tar.gz
+$(PKG)_WEBSITE := http://www.lua.org/
$(PKG)_URL := http://www.lua.org/ftp/$($(PKG)_FILE)
$(PKG)_DEPS := gcc