Move all to deprecated folder.
This commit is contained in:
8
deprecated/firmware/buildroot/package/luaexpat/Config.in
Normal file
8
deprecated/firmware/buildroot/package/luaexpat/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_LUAEXPAT
|
||||
bool "luaexpat"
|
||||
select BR2_PACKAGE_EXPAT
|
||||
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
||||
help
|
||||
LuaExpat is a SAX XML parser based on the Expat library.
|
||||
|
||||
http://matthewwild.co.uk/projects/luaexpat/
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 aa7883a0d44f500e32ef306c04632546f97f33159fffa7bcdc3f451170f95896 luaexpat-1.3.0-1.src.rock
|
||||
11
deprecated/firmware/buildroot/package/luaexpat/luaexpat.mk
Normal file
11
deprecated/firmware/buildroot/package/luaexpat/luaexpat.mk
Normal file
@@ -0,0 +1,11 @@
|
||||
################################################################################
|
||||
#
|
||||
# luaexpat
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUAEXPAT_VERSION = 1.3.0-1
|
||||
LUAEXPAT_DEPENDENCIES = expat
|
||||
LUAEXPAT_LICENSE = MIT
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user