Blame view

buildroot/buildroot-2016.08.1/package/lua-csnappy/lua-csnappy.mk 457 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
  ################################################################################
  #
  # lua-csnappy
  #
  ################################################################################
  
  LUA_CSNAPPY_VERSION_UPSTREAM = 0.1.3
  LUA_CSNAPPY_VERSION = $(LUA_CSNAPPY_VERSION_UPSTREAM)-1
  LUA_CSNAPPY_SUBDIR = lua-csnappy-$(LUA_CSNAPPY_VERSION_UPSTREAM)
  LUA_CSNAPPY_LICENSE = BSD-3c
  LUA_CSNAPPY_LICENSE_FILES = $(LUA_CSNAPPY_SUBDIR)/COPYRIGHT
  
  $(eval $(luarocks-package))