Blame view

buildroot/buildroot-2016.08.1/package/luaposix/luaposix.mk 542 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  ################################################################################
  #
  # luaposix
  #
  ################################################################################
  
  LUAPOSIX_VERSION = 33.4.0
  LUAPOSIX_SITE = $(call github,luaposix,luaposix,release-v$(LUAPOSIX_VERSION))
  LUAPOSIX_LICENSE = MIT
  LUAPOSIX_LICENSE_FILES = COPYING
  LUAPOSIX_DEPENDENCIES = luainterpreter host-lua
  LUAPOSIX_CONF_OPTS = --libdir="/usr/lib/lua/$(LUAINTERPRETER_ABIVER)" --datarootdir="/usr/share/lua/$(LUAINTERPRETER_ABIVER)"
  
  $(eval $(autotools-package))