mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
11
package/perl-html-parser/Config.in
Normal file
11
package/perl-html-parser/Config.in
Normal 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
|
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 eb7505e5f626913350df9dd4a03d54a8 HTML-Parser-3.72.tar.gz
|
||||
sha256 ec28c7e1d9e67c45eca197077f7cdc41ead1bb4c538c7f02a3296a4bb92f608b HTML-Parser-3.72.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 663867028ae22c6f2fabab11238f65f1bf8dd789233b844bead5f6d22220d160 README
|
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.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))
|
Reference in New Issue
Block a user