update buildroot to 2017.02.11
This commit is contained in:
7
bsp/buildroot-2017.02.11/package/perl-net-dns/Config.in
Normal file
7
bsp/buildroot-2017.02.11/package/perl-net-dns/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PERL_NET_DNS
|
||||
bool "perl-net-dns"
|
||||
select BR2_PACKAGE_PERL_DIGEST_HMAC
|
||||
help
|
||||
Perl Interface to the Domain Name System
|
||||
|
||||
http://www.net-dns.org
|
||||
@@ -0,0 +1,3 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 96c1a801cab92b81696a037c7c326e59 Net-DNS-1.07.tar.gz
|
||||
sha256 5f91497f1af9f690153fa05a27a7d73ddada08bed40536fe2d0ac759b7af8492 Net-DNS-1.07.tar.gz
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-net-dns
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_NET_DNS_VERSION = 1.07
|
||||
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_DEPENDENCIES = perl-digest-hmac
|
||||
PERL_NET_DNS_LICENSE = MIT
|
||||
PERL_NET_DNS_LICENSE_FILES = README
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user