3852f88c9a
moved under the hat of https://github.com/lunarmodules remove upstream patch diff LICENSE: -The MIT License (MIT) -Copyright (c) 2013 Tomás Guisasola +Copyright (C) 2003-2007 The Kepler Project, 2013-2022 Matthew Wild Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
14 lines
366 B
Makefile
14 lines
366 B
Makefile
################################################################################
|
|
#
|
|
# luaexpat
|
|
#
|
|
################################################################################
|
|
|
|
LUAEXPAT_VERSION = 1.4.0-1
|
|
LUAEXPAT_SUBDIR = luaexpat
|
|
LUAEXPAT_LICENSE = MIT
|
|
LUAEXPAT_LICENSE_FILES = $(LUAEXPAT_SUBDIR)/LICENSE
|
|
LUAEXPAT_DEPENDENCIES = expat
|
|
|
|
$(eval $(luarocks-package))
|