mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
perl-html-parser: restructure and update to 3.83
Changed maintainer to @jw2013 Updated Makefile to use metacpan.mk download helper Changelog: https://metacpan.org/dist/HTML-Parser/changes Signed-off-by: Jens Wagner <jens@wagner2013.de>
This commit is contained in:
committed by
Josef Schlehofer
parent
f5a22bae57
commit
ebfb47aa74
@@ -1,63 +1,59 @@
|
|||||||
#
|
|
||||||
# Copyright (C) 2014 - 2016 OpenWrt.org
|
|
||||||
#
|
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
|
||||||
# See /LICENSE for more information.
|
|
||||||
#
|
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=perl-html-parser
|
PKG_NAME:=perl-html-parser
|
||||||
PKG_VERSION:=3.75
|
PKG_VERSION:=3.83
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=HTML-Parser-$(PKG_VERSION).tar.gz
|
METACPAN_NAME:=HTML-Parser
|
||||||
PKG_SOURCE_URL:=https://www.cpan.org/authors/id/C/CA/CAPOEIRAB
|
METACPAN_AUTHOR:=OALDERS
|
||||||
PKG_HASH:=ac6b5e25a8df7af54885201e91c45fb9ab6744c08cedc1a38fcc7d95d21193a9
|
PKG_HASH:=7278ce9791256132b26a71a5719451844704bb9674b58302c3486df43584f8c0
|
||||||
|
|
||||||
|
PKG_MAINTAINER:=Jens Wagner <jens@wagner2013.de>
|
||||||
PKG_LICENSE:=GPL-1.0-or-later Artistic-1.0-Perl
|
PKG_LICENSE:=GPL-1.0-or-later Artistic-1.0-Perl
|
||||||
PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net>
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
PKG_CPE_ID:=cpe:/a:derrick_oswald:html-parser
|
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/perl/HTML-Parser-$(PKG_VERSION)
|
|
||||||
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/perl/HTML-Parser-$(PKG_VERSION)
|
|
||||||
HOST_BUILD_DEPENDS:=perl/host
|
|
||||||
|
|
||||||
|
include ../metacpan.mk
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include $(INCLUDE_DIR)/host-build.mk
|
include $(INCLUDE_DIR)/host-build.mk
|
||||||
include ../perl/perlmod.mk
|
include ../perlmod.mk
|
||||||
|
|
||||||
define Package/perl-html-parser
|
define Package/perl-html-parser
|
||||||
SUBMENU:=Perl
|
SUBMENU:=Perl
|
||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
TITLE:=A collection of modules that parse HTML text documents
|
TITLE:=HTML parser class
|
||||||
URL:=http://search.cpan.org/dist/HTML-Parser/
|
URL:=https://metacpan.org/pod/HTML::Parser
|
||||||
DEPENDS:=perl +perl-html-tagset +perlbase-essential +perlbase-xsloader
|
DEPENDS:=perl +perlbase-essential +perlbase-xsloader +perl-html-tagset +perl-http-message
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Package/perl-html-parser/description
|
||||||
|
Objects of the HTML::Parser class will recognize markup
|
||||||
|
and separate it from plain text (alias data content) in
|
||||||
|
HTML documents.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call perlmod/Configure,,)
|
$(call perlmod/Configure,,)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(call perlmod/Compile,,)
|
$(call perlmod/Compile,,)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/perl-html-parser/install
|
define Package/perl-html-parser/install
|
||||||
$(call perlmod/Install,$(1),HTML auto/HTML)
|
$(call perlmod/Install,$(1),HTML auto/HTML)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Host/Configure
|
define Host/Configure
|
||||||
$(call perlmod/host/Configure,,,)
|
$(call perlmod/host/Configure,,,)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Host/Compile
|
define Host/Compile
|
||||||
$(call perlmod/host/Compile,,)
|
$(call perlmod/host/Compile,,)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Host/Install
|
define Host/Install
|
||||||
$(call perlmod/host/Install,$(1),)
|
$(call perlmod/host/Install,$(1),)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,perl-html-parser))
|
$(eval $(call BuildPackage,perl-html-parser))
|
||||||
|
|||||||
Reference in New Issue
Block a user