summaryrefslogtreecommitdiff
path: root/package/perl-encode-locale
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2015-04-19 12:17:01 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-19 13:43:44 +0200
commitc0229917ffd969b08a7fcd268db678d424a7f676 (patch)
tree55643ec1272fda1d178c6cfbbb7511f3274ac0de /package/perl-encode-locale
parentfe2df45c0900f9940a526ada6f54bc9a0a286bb4 (diff)
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>
Diffstat (limited to 'package/perl-encode-locale')
-rw-r--r--package/perl-encode-locale/Config.in6
-rw-r--r--package/perl-encode-locale/perl-encode-locale.hash3
-rw-r--r--package/perl-encode-locale/perl-encode-locale.mk14
3 files changed, 23 insertions, 0 deletions
diff --git a/package/perl-encode-locale/Config.in b/package/perl-encode-locale/Config.in
new file mode 100644
index 000000000..d15aecbdf
--- /dev/null
+++ b/package/perl-encode-locale/Config.in
@@ -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
diff --git a/package/perl-encode-locale/perl-encode-locale.hash b/package/perl-encode-locale/perl-encode-locale.hash
new file mode 100644
index 000000000..d1abef560
--- /dev/null
+++ b/package/perl-encode-locale/perl-encode-locale.hash
@@ -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
diff --git a/package/perl-encode-locale/perl-encode-locale.mk b/package/perl-encode-locale/perl-encode-locale.mk
new file mode 100644
index 000000000..fd7148e78
--- /dev/null
+++ b/package/perl-encode-locale/perl-encode-locale.mk
@@ -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))