1*4882a593Smuzhiyun################################################################################ 2*4882a593Smuzhiyun# 3*4882a593Smuzhiyun# lua-coatpersistent 4*4882a593Smuzhiyun# 5*4882a593Smuzhiyun################################################################################ 6*4882a593Smuzhiyun 7*4882a593SmuzhiyunLUA_COATPERSISTENT_VERSION_UPSTREAM = 0.2.2 8*4882a593Smuzhiyunifeq ($(BR2_PACKAGE_LSQLITE3),y) 9*4882a593SmuzhiyunLUA_COATPERSISTENT_VERSION = lsqlite3-$(LUA_COATPERSISTENT_VERSION_UPSTREAM)-1 10*4882a593Smuzhiyunelse 11*4882a593SmuzhiyunLUA_COATPERSISTENT_VERSION = luasql-$(LUA_COATPERSISTENT_VERSION_UPSTREAM)-1 12*4882a593Smuzhiyunendif 13*4882a593SmuzhiyunLUA_COATPERSISTENT_SUBDIR = lua-CoatPersistent-$(LUA_COATPERSISTENT_VERSION_UPSTREAM) 14*4882a593SmuzhiyunLUA_COATPERSISTENT_LICENSE = MIT 15*4882a593SmuzhiyunLUA_COATPERSISTENT_LICENSE_FILES = $(LUA_COATPERSISTENT_SUBDIR)/COPYRIGHT 16*4882a593Smuzhiyun 17*4882a593Smuzhiyun$(eval $(luarocks-package)) 18