initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
config BR2_PACKAGE_PERL_IO_HTML
bool "perl-io-html"
help
Open an HTML file with automatic charset detection.
https://metacpan.org/release/IO-HTML
+6
View File
@@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 04bbe363686fd19bfb4cc0ed775e3d03 IO-HTML-1.004.tar.gz
sha256 c87b2df59463bbf2c39596773dfb5c03bde0f7e1051af339f963f58c1cbd8bf5 IO-HTML-1.004.tar.gz
# computed by scancpan
sha256 669fdd41b60ef6169a975b87a5fe35c50e81b9efc8f96b2459f4fbb238079d84 LICENSE
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# perl-io-html
#
################################################################################
PERL_IO_HTML_VERSION = 1.004
PERL_IO_HTML_SOURCE = IO-HTML-$(PERL_IO_HTML_VERSION).tar.gz
PERL_IO_HTML_SITE = $(BR2_CPAN_MIRROR)/authors/id/C/CJ/CJM
PERL_IO_HTML_LICENSE = Artistic or GPL-1.0+
PERL_IO_HTML_LICENSE_FILES = LICENSE
PERL_IO_HTML_DISTNAME = IO-HTML
$(eval $(perl-package))