initial buildroot for linux 5.15
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 bd66b0c620d076c4b0de9507b5f1fbdf URI-5.09.tar.gz
|
||||
sha256 03e63ada499d2645c435a57551f041f3943970492baa3b3338246dab6f1fae0a URI-5.09.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 65cd6f88516a30f56fd4e0080fb78ea69424fc89067470dc994e4abfba08664e LICENSE
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-uri
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_URI_VERSION = 5.09
|
||||
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))
|
||||
Reference in New Issue
Block a user