initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
config BR2_PACKAGE_PERL_MAIL_DKIM
|
||||
bool "perl-mail-dkim"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
select BR2_PACKAGE_PERL_CRYPT_OPENSSL_RSA # runtime
|
||||
select BR2_PACKAGE_PERL_MAILTOOLS # runtime
|
||||
select BR2_PACKAGE_PERL_NET_DNS # runtime
|
||||
help
|
||||
Signs/verifies Internet mail with DKIM/DomainKey signatures.
|
||||
|
||||
https://metacpan.org/release/Mail-DKIM
|
||||
|
||||
comment "perl-mail-dkim needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
||||
@@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 9de35f8aa77a85dc17423cbcce2bf46d Mail-DKIM-1.20200824.tar.gz
|
||||
sha256 871d329830acb4840423aa59036622fb2ee394efc1d09316dcc32ae94454e916 Mail-DKIM-1.20200824.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 ffaa40feb768566e52d93879fedd2c5483828b6de483874f30a0a4425351555f LICENSE
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-mail-dkim
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_MAIL_DKIM_VERSION = 1.20200824
|
||||
PERL_MAIL_DKIM_SOURCE = Mail-DKIM-$(PERL_MAIL_DKIM_VERSION).tar.gz
|
||||
PERL_MAIL_DKIM_SITE = $(BR2_CPAN_MIRROR)/authors/id/M/MB/MBRADSHAW
|
||||
PERL_MAIL_DKIM_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_MAIL_DKIM_LICENSE_FILES = LICENSE
|
||||
PERL_MAIL_DKIM_DISTNAME = Mail-DKIM
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user