generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
13
package/perl-html-parser/Config.in
Normal file
13
package/perl-html-parser/Config.in
Normal file
@ -0,0 +1,13 @@
|
||||
config BR2_PACKAGE_PERL_HTML_PARSER
|
||||
bool "perl-html-parser"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
select BR2_PACKAGE_PERL_HTML_TAGSET # runtime
|
||||
select BR2_PACKAGE_PERL_HTTP_MESSAGE # runtime
|
||||
select BR2_PACKAGE_PERL_URI # runtime
|
||||
help
|
||||
HTML parser class.
|
||||
|
||||
https://github.com/libwww-perl/HTML-Parser
|
||||
|
||||
comment "perl-html-parser needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
||||
6
package/perl-html-parser/perl-html-parser.hash
Normal file
6
package/perl-html-parser/perl-html-parser.hash
Normal file
@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 60e266d5a07fbea671a0383dd8af7b6c HTML-Parser-3.76.tar.gz
|
||||
sha256 64d9e2eb2b420f1492da01ec0e6976363245b4be9290f03f10b7d2cb63fa2f61 HTML-Parser-3.76.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 0e57338bc10d5fb8891012ebee65a7b504b247f5bb485e121b8b48d7a118a60b LICENSE
|
||||
14
package/perl-html-parser/perl-html-parser.mk
Normal file
14
package/perl-html-parser/perl-html-parser.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-html-parser
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_HTML_PARSER_VERSION = 3.76
|
||||
PERL_HTML_PARSER_SOURCE = HTML-Parser-$(PERL_HTML_PARSER_VERSION).tar.gz
|
||||
PERL_HTML_PARSER_SITE = $(BR2_CPAN_MIRROR)/authors/id/O/OA/OALDERS
|
||||
PERL_HTML_PARSER_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_HTML_PARSER_LICENSE_FILES = LICENSE
|
||||
PERL_HTML_PARSER_DISTNAME = HTML-Parser
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user