package/perl-locale-maketext-lexicon: new package
authorJoeri Barbarien <joeri.barbarien@nokia.com>
Mon, 10 Feb 2020 11:26:24 +0000 (12:26 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 15 Mar 2020 20:38:55 +0000 (21:38 +0100)
This is a dependency of perl-i18n added in a subsequent patch.

Added via utils/scancpan, without changes.

Signed-off-by: Joeri Barbarien <joeri.barbarien@nokia.com>
Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
DEVELOPERS
package/Config.in
package/perl-locale-maketext-lexicon/Config.in [new file with mode: 0644]
package/perl-locale-maketext-lexicon/perl-locale-maketext-lexicon.hash [new file with mode: 0644]
package/perl-locale-maketext-lexicon/perl-locale-maketext-lexicon.mk [new file with mode: 0644]

index 5394150e5a90dcaf27468acd5e922eace6d75a99..593e3c88f1cf32b23eadd510c3836176f5f4e2fb 100644 (file)
@@ -2400,6 +2400,7 @@ F:        package/perl-convert-asn1/
 F:     package/perl-crypt-blowfish/
 F:     package/perl-crypt-cbc/
 F:     package/perl-crypt-openssl-aes/
+F:     package/perl-locale-maketext-lexicon/
 F:     package/perl-math-prime-util/
 F:     package/perl-mime-base64-urlsafe/
 F:     package/perl-mojolicious-plugin-authentication/
index 146fc1bbc36339001340d6fb1dbd3c6d1f8e454f..09bdc7ed81f975d7eafeec24ab2fa60998f6c924 100644 (file)
@@ -767,6 +767,7 @@ menu "Perl libraries/modules"
        source "package/perl-json-maybexs/Config.in"
        source "package/perl-json-tiny/Config.in"
        source "package/perl-libwww-perl/Config.in"
+       source "package/perl-locale-maketext-lexicon/Config.in"
        source "package/perl-lwp-mediatypes/Config.in"
        source "package/perl-mail-dkim/Config.in"
        source "package/perl-mailtools/Config.in"
diff --git a/package/perl-locale-maketext-lexicon/Config.in b/package/perl-locale-maketext-lexicon/Config.in
new file mode 100644 (file)
index 0000000..4aed7b6
--- /dev/null
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_PERL_LOCALE_MAKETEXT_LEXICON
+       bool "perl-locale-maketext-lexicon"
+       help
+         Use other catalog formats in Maketext.
+
+         http://search.cpan.org/dist/Locale-Maketext-Lexicon
diff --git a/package/perl-locale-maketext-lexicon/perl-locale-maketext-lexicon.hash b/package/perl-locale-maketext-lexicon/perl-locale-maketext-lexicon.hash
new file mode 100644 (file)
index 0000000..683e8c7
--- /dev/null
@@ -0,0 +1,6 @@
+# retrieved by scancpan from http://cpan.metacpan.org/
+md5    51acf0cb00cc01a2c8f560d74dd6c593 Locale-Maketext-Lexicon-1.00.tar.gz
+sha256 b73f6b04a58d3f0e38ebf2115a4c1532f1a4eef6fac5c6a2a449e4e14c1ddc7c Locale-Maketext-Lexicon-1.00.tar.gz
+
+# computed by scancpan
+sha256 af693c8c99bee68656f09328c97d50b24eb742ae4473f57cdafaa90691807fbe LICENSE
diff --git a/package/perl-locale-maketext-lexicon/perl-locale-maketext-lexicon.mk b/package/perl-locale-maketext-lexicon/perl-locale-maketext-lexicon.mk
new file mode 100644 (file)
index 0000000..64b37f9
--- /dev/null
@@ -0,0 +1,14 @@
+################################################################################
+#
+# perl-locale-maketext-lexicon
+#
+################################################################################
+
+PERL_LOCALE_MAKETEXT_LEXICON_VERSION = 1.00
+PERL_LOCALE_MAKETEXT_LEXICON_SOURCE = Locale-Maketext-Lexicon-$(PERL_LOCALE_MAKETEXT_LEXICON_VERSION).tar.gz
+PERL_LOCALE_MAKETEXT_LEXICON_SITE = $(BR2_CPAN_MIRROR)/authors/id/D/DR/DRTECH
+PERL_LOCALE_MAKETEXT_LEXICON_LICENSE = MIT
+PERL_LOCALE_MAKETEXT_LEXICON_LICENSE_FILES = LICENSE
+PERL_LOCALE_MAKETEXT_LEXICON_DISTNAME = Locale-Maketext-Lexicon
+
+$(eval $(perl-package))