You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
777 B
23 lines
777 B
################################################################################
|
|
#
|
|
# lua-feedparser
|
|
#
|
|
################################################################################
|
|
|
|
LUA_FEEDPARSER_VERSION = 0.71
|
|
LUA_FEEDPARSER_DIR = lua-feedparser-$(LUA_FEEDPARSER_VERSION)
|
|
LUA_FEEDPARSER_SOURCE = lua-feedparser-$(LUA_FEEDPARSER_VERSION).tar.gz
|
|
LUA_FEEDPARSER_SITE = $(call github,slact,lua-feedparser,$(LUA_FEEDPARSER_VERSION))
|
|
|
|
LUA_FEEDPARSER_DEPENDENCIES = luaexpat
|
|
|
|
LUA_FEEDPARSER_MAKE_INSTALL_OPTS = \
|
|
PREFIX=$(TARGET_prefix)
|
|
|
|
define LUA_FEEDPARSER_PATCH_MAKEFILE
|
|
$(SED) 's|^PREFIX =|PREFIX ?=|' $(PKG_BUILD_DIR)/Makefile
|
|
endef
|
|
LUA_FEEDPARSER_POST_PATCH_HOOKS += LUA_FEEDPARSER_PATCH_MAKEFILE
|
|
|
|
lua-feedparser: | $(TARGET_DIR)
|
|
$(call generic-package,$(PKG_NO_BUILD))
|
|
|