Import buildroot 2016.02.01
This commit is contained in:
8
firmware/buildroot/package/lrandom/Config.in
Normal file
8
firmware/buildroot/package/lrandom/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_LRANDOM
|
||||
bool "lrandom"
|
||||
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
||||
help
|
||||
A library for generating random numbers
|
||||
based on the Mersenne Twister
|
||||
|
||||
http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lrandom
|
||||
3
firmware/buildroot/package/lrandom/lrandom.hash
Normal file
3
firmware/buildroot/package/lrandom/lrandom.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 96fbc56beb0efca20253301915e14ba25150e2b09541ea7a3570e0def624b196 lrandom-20120430.51-1.src.rock
|
||||
sha256 480a6cf11caaba99290ff30cd6e854ac9dce61e38b9d9caf5498165f7fb93454 lrandom-20120430.52-1.src.rock
|
||||
15
firmware/buildroot/package/lrandom/lrandom.mk
Normal file
15
firmware/buildroot/package/lrandom/lrandom.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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))
|
||||
Reference in New Issue
Block a user