buildroot/package/lrandom/lrandom.mk
Francois Perrad eb8441b861 lua-modules: fix dependencies with version of lua
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-02-02 15:53:42 +01:00

16 lines
391 B
Makefile

################################################################################
#
# lrandom
#
################################################################################
ifeq ($(BR2_PACKAGE_LUA_5_2)$(BR2_PACKAGE_LUA_5_3),y)
LRANDOM_VERSION = 20120430.52-1
else
LRANDOM_VERSION = 20120430.51-1
endif
LRANDOM_SUBDIR = random
LRANDOM_LICENSE = Public domain
$(eval $(luarocks-package))