perl-mime-base64-urlsafe: 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
ab4f62bbbb
commit
512cedea05
@ -1925,6 +1925,7 @@ F: package/perl-convert-asn1/
|
||||
F: package/perl-crypt-blowfish/
|
||||
F: package/perl-crypt-cbc/
|
||||
F: package/perl-digest-md5/
|
||||
F: package/perl-mime-base64-urlsafe/
|
||||
F: package/pigz/
|
||||
F: support/scripts/size-stats
|
||||
F: utils/size-stats-compare
|
||||
|
@ -694,6 +694,7 @@ menu "Perl libraries/modules"
|
||||
source "package/perl-lwp-mediatypes/Config.in"
|
||||
source "package/perl-mail-dkim/Config.in"
|
||||
source "package/perl-mailtools/Config.in"
|
||||
source "package/perl-mime-base64-urlsafe/Config.in"
|
||||
source "package/perl-mime-base64/Config.in"
|
||||
source "package/perl-mojolicious/Config.in"
|
||||
source "package/perl-net-dns/Config.in"
|
||||
|
6
package/perl-mime-base64-urlsafe/Config.in
Normal file
6
package/perl-mime-base64-urlsafe/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_MIME_BASE64_URLSAFE
|
||||
bool "perl-mime-base64-urlsafe"
|
||||
help
|
||||
Perl version of Python's URL-safe base64 codec
|
||||
|
||||
https://metacpan.org/release/MIME-Base64-URLSafe
|
@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 eccf42cc7e9576dd23b9f39ad59c9b62 MIME-Base64-URLSafe-0.01.tar.gz
|
||||
sha256 cb9966c50538bb676ab67bc40a7c841019b23ba2243d0ffcc2ccf084e5c33798 MIME-Base64-URLSafe-0.01.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 2fffac76f75709b6d94111a37f6cd8cab21e8f2b2de73b0b4fa53a5bed4efc15 README
|
12
package/perl-mime-base64-urlsafe/perl-mime-base64-urlsafe.mk
Normal file
12
package/perl-mime-base64-urlsafe/perl-mime-base64-urlsafe.mk
Normal file
@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-mime-base64-urlsafe
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_MIME_BASE64_URLSAFE_VERSION = 0.01
|
||||
PERL_MIME_BASE64_URLSAFE_SOURCE = MIME-Base64-URLSafe-$(PERL_MIME_BASE64_URLSAFE_VERSION).tar.gz
|
||||
PERL_MIME_BASE64_URLSAFE_SITE = $(BR2_CPAN_MIRROR)/authors/id/K/KA/KAZUHO
|
||||
PERL_MIME_BASE64_URLSAFE_LICENSE_FILES = README
|
||||
|
||||
$(eval $(perl-package))
|
Loading…
Reference in New Issue
Block a user