1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-05-26 18:35:16 +01:00
Files
operating-system/buildroot/package/lrandom/lrandom.mk
T
2018-03-17 23:47:00 +00: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))