This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
config BR2_PACKAGE_PERL_HTML_PARSER
bool "perl-html-parser"
depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_PERL_HTML_TAGSET # runtime
help
HTML parser class.
https://metacpan.org/release/HTML-Parser
comment "perl-html-parser needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS

View File

@@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 eb7505e5f626913350df9dd4a03d54a8 HTML-Parser-3.72.tar.gz
sha256 ec28c7e1d9e67c45eca197077f7cdc41ead1bb4c538c7f02a3296a4bb92f608b HTML-Parser-3.72.tar.gz
# computed by scancpan
sha256 663867028ae22c6f2fabab11238f65f1bf8dd789233b844bead5f6d22220d160 README

View File

@@ -0,0 +1,14 @@
################################################################################
#
# perl-html-parser
#
################################################################################
PERL_HTML_PARSER_VERSION = 3.72
PERL_HTML_PARSER_SOURCE = HTML-Parser-$(PERL_HTML_PARSER_VERSION).tar.gz
PERL_HTML_PARSER_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
PERL_HTML_PARSER_LICENSE = Artistic or GPL-1.0+
PERL_HTML_PARSER_LICENSE_FILES = README
PERL_HTML_PARSER_DISTNAME = HTML-Parser
$(eval $(perl-package))