perl-crypt-blowfish: new package

Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Thomas De Schampheleire 2018-07-12 23:00:46 +02:00 committed by Thomas Petazzoni
parent f7daf3c9be
commit 34424bf095
5 changed files with 30 additions and 0 deletions

View File

@ -1922,6 +1922,7 @@ N: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
F: docs/manual/
F: package/opkg-utils/
F: package/perl-convert-asn1/
F: package/perl-crypt-blowfish/
F: package/pigz/
F: support/scripts/size-stats
F: utils/size-stats-compare

View File

@ -665,6 +665,7 @@ endif
if BR2_PACKAGE_PERL
menu "Perl libraries/modules"
source "package/perl-convert-asn1/Config.in"
source "package/perl-crypt-blowfish/Config.in"
source "package/perl-crypt-openssl-random/Config.in"
source "package/perl-crypt-openssl-rsa/Config.in"
source "package/perl-datetime-tiny/Config.in"

View File

@ -0,0 +1,10 @@
config BR2_PACKAGE_PERL_CRYPT_BLOWFISH
bool "perl-crypt-blowfish"
depends on !BR2_STATIC_LIBS
help
Perl Blowfish encryption module
https://metacpan.org/release/Crypt-Blowfish
comment "perl-crypt-blowfish needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS

View File

@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 792b43cd4e49d2c2cf4a9f6990ff7d1b Crypt-Blowfish-2.14.tar.gz
sha256 46b3431ffb6bf5b9cb359f79565d48407e652ad2b04fdf5ca62a69e7197a67b1 Crypt-Blowfish-2.14.tar.gz
# computed by scancpan
sha256 d61437443e6912d03677874c7baef242f28119c2c5d8b92b0f3f3660200f98d4 COPYRIGHT

View File

@ -0,0 +1,12 @@
################################################################################
#
# perl-crypt-blowfish
#
################################################################################
PERL_CRYPT_BLOWFISH_VERSION = 2.14
PERL_CRYPT_BLOWFISH_SOURCE = Crypt-Blowfish-$(PERL_CRYPT_BLOWFISH_VERSION).tar.gz
PERL_CRYPT_BLOWFISH_SITE = $(BR2_CPAN_MIRROR)/authors/id/D/DP/DPARIS
PERL_CRYPT_BLOWFISH_LICENSE_FILES = COPYRIGHT
$(eval $(perl-package))