[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_PERL_URI
bool "perl-uri"
help
Uniform Resource Identifiers (absolute and relative).
https://github.com/libwww-perl/URI

View File

@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 2a00d3dbf891df4256d251382aefd9b9 URI-5.10.tar.gz
sha256 16325d5e308c7b7ab623d1bf944e1354c5f2245afcfadb8eed1e2cae9a0bd0b5 URI-5.10.tar.gz
# computed by scancpan
sha256 d4f0b7a8771dcb1eee79a38c2e466eb997e23565a6687dd1900a2027eabe12a0 LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# perl-uri
#
################################################################################
PERL_URI_VERSION = 5.10
PERL_URI_SOURCE = URI-$(PERL_URI_VERSION).tar.gz
PERL_URI_SITE = $(BR2_CPAN_MIRROR)/authors/id/O/OA/OALDERS
PERL_URI_LICENSE = Artistic or GPL-1.0+
PERL_URI_LICENSE_FILES = LICENSE
PERL_URI_DISTNAME = URI
$(eval $(perl-package))