xref: /OK3568_Linux_fs/buildroot/package/lua-fifo/lua-fifo.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun################################################################################
2*4882a593Smuzhiyun#
3*4882a593Smuzhiyun# lua-fifo
4*4882a593Smuzhiyun#
5*4882a593Smuzhiyun################################################################################
6*4882a593Smuzhiyun
7*4882a593SmuzhiyunLUA_FIFO_VERSION_UPSTREAM = 0.2
8*4882a593SmuzhiyunLUA_FIFO_VERSION = $(LUA_FIFO_VERSION_UPSTREAM)-0
9*4882a593SmuzhiyunLUA_FIFO_NAME_UPSTREAM = fifo
10*4882a593SmuzhiyunLUA_FIFO_SUBDIR = fifo.lua-$(LUA_FIFO_VERSION_UPSTREAM)
11*4882a593SmuzhiyunLUA_FIFO_LICENSE = MIT
12*4882a593SmuzhiyunLUA_FIFO_LICENSE_FILES = $(LUA_FIFO_SUBDIR)/LICENSE
13*4882a593Smuzhiyun
14*4882a593Smuzhiyun$(eval $(luarocks-package))
15