package/perl-encode-locale: new package

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls 2015-04-19 12:17:01 +02:00 committed by Thomas Petazzoni
parent fe2df45c09
commit c0229917ff
4 changed files with 24 additions and 0 deletions

View File

@ -504,6 +504,7 @@ if BR2_PACKAGE_PERL
menu "Perl libraries/modules"
source "package/perl-datetime-tiny/Config.in"
source "package/perl-digest-hmac/Config.in"
source "package/perl-encode-locale/Config.in"
source "package/perl-file-util/Config.in"
source "package/perl-gd/Config.in"
source "package/perl-gdgraph/Config.in"

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_PERL_ENCODE_LOCALE
bool "perl-encode-locale"
help
Determine the locale encoding
https://github.com/gisle/encode-locale

View File

@ -0,0 +1,3 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 0565984b048732e4fd1315212f21d462 Encode-Locale-1.04.tar.gz
sha256 33aca4aa35829bd5c8c5e64ebfde86d0a2e8cd59dac2c4de707ffe9dc10bfbd4 Encode-Locale-1.04.tar.gz

View File

@ -0,0 +1,14 @@
################################################################################
#
# perl-encode-locale
#
################################################################################
PERL_ENCODE_LOCALE_VERSION = 1.04
PERL_ENCODE_LOCALE_SOURCE = Encode-Locale-$(PERL_ENCODE_LOCALE_VERSION).tar.gz
PERL_ENCODE_LOCALE_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
PERL_ENCODE_LOCALE_DEPENDENCIES = perl
PERL_ENCODE_LOCALE_LICENSE = Artistic or GPLv1+
PERL_ENCODE_LOCALE_LICENSE_FILES = README
$(eval $(perl-package))