generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
11
package/perl-crypt-openssl-random/Config.in
Normal file
11
package/perl-crypt-openssl-random/Config.in
Normal file
@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_PERL_CRYPT_OPENSSL_RANDOM
|
||||
bool "perl-crypt-openssl-random"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
help
|
||||
OpenSSL/LibreSSL pseudo-random number generator access.
|
||||
|
||||
https://metacpan.org/release/Crypt-OpenSSL-Random
|
||||
|
||||
comment "perl-crypt-openssl-random needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
||||
@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 bcde8d5a822c91376deda3c4f0c75fbe Crypt-OpenSSL-Random-0.15.tar.gz
|
||||
sha256 f0876faa1ba3111e39b86aa730c603211eff2905e460c72a57b61e8cf475cef4 Crypt-OpenSSL-Random-0.15.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 fdaba2134145d3e252c5930180b2bcb13b5367ad5a8713d6868f014cd25c496f LICENSE
|
||||
@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-crypt-openssl-random
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_CRYPT_OPENSSL_RANDOM_VERSION = 0.15
|
||||
PERL_CRYPT_OPENSSL_RANDOM_SOURCE = Crypt-OpenSSL-Random-$(PERL_CRYPT_OPENSSL_RANDOM_VERSION).tar.gz
|
||||
PERL_CRYPT_OPENSSL_RANDOM_SITE = $(BR2_CPAN_MIRROR)/authors/id/R/RU/RURBAN
|
||||
PERL_CRYPT_OPENSSL_RANDOM_DEPENDENCIES = \
|
||||
host-perl-crypt-openssl-guess \
|
||||
openssl
|
||||
PERL_CRYPT_OPENSSL_RANDOM_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_CRYPT_OPENSSL_RANDOM_LICENSE_FILES = LICENSE
|
||||
PERL_CRYPT_OPENSSL_RANDOM_DISTNAME = Crypt-OpenSSL-Random
|
||||
|
||||
# Try as hard as possible to remedy to the brain-damage their build-system
|
||||
# suffers from: don't search for openssl, they pick the host-system one.
|
||||
PERL_CRYPT_OPENSSL_RANDOM_CONF_ENV = OPENSSL_PREFIX=$(STAGING_DIR)/usr
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user