mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
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:
parent
f7daf3c9be
commit
34424bf095
@ -1922,6 +1922,7 @@ N: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
|
|||||||
F: docs/manual/
|
F: docs/manual/
|
||||||
F: package/opkg-utils/
|
F: package/opkg-utils/
|
||||||
F: package/perl-convert-asn1/
|
F: package/perl-convert-asn1/
|
||||||
|
F: package/perl-crypt-blowfish/
|
||||||
F: package/pigz/
|
F: package/pigz/
|
||||||
F: support/scripts/size-stats
|
F: support/scripts/size-stats
|
||||||
F: utils/size-stats-compare
|
F: utils/size-stats-compare
|
||||||
|
@ -665,6 +665,7 @@ endif
|
|||||||
if BR2_PACKAGE_PERL
|
if BR2_PACKAGE_PERL
|
||||||
menu "Perl libraries/modules"
|
menu "Perl libraries/modules"
|
||||||
source "package/perl-convert-asn1/Config.in"
|
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-random/Config.in"
|
||||||
source "package/perl-crypt-openssl-rsa/Config.in"
|
source "package/perl-crypt-openssl-rsa/Config.in"
|
||||||
source "package/perl-datetime-tiny/Config.in"
|
source "package/perl-datetime-tiny/Config.in"
|
||||||
|
10
package/perl-crypt-blowfish/Config.in
Normal file
10
package/perl-crypt-blowfish/Config.in
Normal 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
|
6
package/perl-crypt-blowfish/perl-crypt-blowfish.hash
Normal file
6
package/perl-crypt-blowfish/perl-crypt-blowfish.hash
Normal 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
|
12
package/perl-crypt-blowfish/perl-crypt-blowfish.mk
Normal file
12
package/perl-crypt-blowfish/perl-crypt-blowfish.mk
Normal 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))
|
Loading…
x
Reference in New Issue
Block a user