Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_LUAEXPATUTILS
|
||||
bool "luaexpatutils"
|
||||
select BR2_PACKAGE_LUAEXPAT
|
||||
help
|
||||
lxp.doc is a module that provides useful features for working with
|
||||
XML formats in LOM format as used by the LuaExpat project from Kepler.
|
||||
|
||||
https://github.com/stevedonovan/LuaExpatUtils
|
||||
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# luaexpatutils
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUAEXPATUTILS_VERSION = 88c228365b084224c911d34aff06002634b38b50
|
||||
LUAEXPATUTILS_SITE = $(call github,stevedonovan,LuaExpatUtils,$(LUAEXPATUTILS_VERSION))
|
||||
LUAEXPATUTILS_LICENSE = Public Domain
|
||||
LUAEXPATUTILS_DEPENDENCIES = luaexpat
|
||||
|
||||
define LUAEXPATUTILS_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -m 0644 -D $(@D)/lua/doc.lua \
|
||||
$(TARGET_DIR)/usr/share/lua/$(LUAINTERPRETER_ABIVER)/lxp/doc.lua
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user