luaposix: Use github call
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
2311214615
commit
71787e9d35
@ -5,8 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
LUAPOSIX_VERSION = 32
|
||||
LUAPOSIX_SITE = https://github.com/luaposix/luaposix/archive
|
||||
LUAPOSIX_SOURCE = release-v$(LUAPOSIX_VERSION).tar.gz
|
||||
LUAPOSIX_SITE = $(call github,luaposix,luaposix,release-v$(LUAPOSIX_VERSION))
|
||||
LUAPOSIX_LICENSE = MIT
|
||||
LUAPOSIX_LICENSE_FILES = COPYING
|
||||
LUAPOSIX_DEPENDENCIES = luainterpreter host-lua
|
||||
|
Loading…
Reference in New Issue
Block a user