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
+7
View File
@@ -0,0 +1,7 @@
config BR2_PACKAGE_PERL_NET_DNS
bool "perl-net-dns"
select BR2_PACKAGE_PERL_DIGEST_HMAC # runtime
help
Perl Interface to the Domain Name System.
https://metacpan.org/release/Net-DNS
+6
View File
@@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 e8ee02ec42dfeb10ae4a0d175d5fcafc Net-DNS-1.32.tar.gz
sha256 b890a7b44d573f27cc713caadf1e12eaaa4478a6504d1157194df614316b5b50 Net-DNS-1.32.tar.gz
# computed by scancpan
sha256 1e44fcf65509b47a251eda0ce1f8bd6aefa13517e38cb1e95b8d36120fb15452 LICENSE
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# perl-net-dns
#
################################################################################
PERL_NET_DNS_VERSION = 1.32
PERL_NET_DNS_SOURCE = Net-DNS-$(PERL_NET_DNS_VERSION).tar.gz
PERL_NET_DNS_SITE = $(BR2_CPAN_MIRROR)/authors/id/N/NL/NLNETLABS
PERL_NET_DNS_LICENSE = MIT
PERL_NET_DNS_LICENSE_FILES = LICENSE
PERL_NET_DNS_DISTNAME = Net-DNS
$(eval $(perl-package))