diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-03-01 15:35:21 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-03-01 15:35:21 (GMT) |
commit | b05d179c96ba05850b23be6bdeebade4441b7622 (patch) | |
tree | 8024e0a802ba4ed54d36b7ce58d4ebf825a3df9c /src/lua.mk | |
parent | 1e8e85e10aa534a8b074681215ff8f6de4e8b446 (diff) | |
download | mxe-b05d179c96ba05850b23be6bdeebade4441b7622.zip mxe-b05d179c96ba05850b23be6bdeebade4441b7622.tar.gz mxe-b05d179c96ba05850b23be6bdeebade4441b7622.tar.bz2 |
put all package's project websites into Make variables $($(PKG)_WEBSITE)
Diffstat (limited to 'src/lua.mk')
-rw-r--r-- | src/lua.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |