luaposix: Use github call
authorMaxime Hadjinlian <maxime.hadjinlian@gmail.com>
Sun, 12 Oct 2014 16:23:53 +0000 (18:23 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 25 Oct 2014 00:34:40 +0000 (02:34 +0200)
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>
package/luaposix/luaposix.mk

index 46723a0c1e3a49cce53d7b56d6f833538b27ead4..13fc2663d30d82d0410d049e34e7dd791e3e1404 100644 (file)
@@ -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