mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
72cb71c827
Now SHA256 has been shown to be an adequate replacement for SHA1, use SHA256 for verifying all port downloads. Ref #2767
12 lines
376 B
Plaintext
12 lines
376 B
Plaintext
LICENSE := MIT
|
|
VERSION := 5.1.5
|
|
DOWNLOADS := lua.archive
|
|
|
|
URL(lua) := http://www.lua.org/ftp/lua-$(VERSION).tar.gz
|
|
SHA(lua) := 2640fc56a795f29d28ef15e13c34a47e223960b0240e8cb0a82d9b0738695333
|
|
DIR(lua) := src/lib/lua
|
|
|
|
DIRS := include/lua
|
|
DIR_CONTENT(include/lua) := $(addprefix src/lib/lua/src/,\
|
|
lua.h lauxlib.h luaconf.h lualib.h)
|