mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
7
package/perl-i18n/Config.in
Normal file
7
package/perl-i18n/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PERL_I18N
|
||||
bool "perl-i18n"
|
||||
select BR2_PACKAGE_PERL_LOCALE_MAKETEXT_LEXICON # runtime
|
||||
help
|
||||
Perl Internationalization Pragma.
|
||||
|
||||
https://metacpan.org/release/i18n
|
||||
6
package/perl-i18n/perl-i18n.hash
Normal file
6
package/perl-i18n/perl-i18n.hash
Normal file
@@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 4c3004474d6ff3554f82b52f92b3b1e1 i18n-0.13.tar.gz
|
||||
sha256 2dbc3e4e25b41578cd83508fe011209e8f3c2b259fa4b5b6eafaac0d6ce4b457 i18n-0.13.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 4755e5f2096e8ef0494f1565bf5a028a8fb4eeb5c1250e7d30948d1ed13c5ad7 README
|
||||
14
package/perl-i18n/perl-i18n.mk
Normal file
14
package/perl-i18n/perl-i18n.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-i18n
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_I18N_VERSION = 0.13
|
||||
PERL_I18N_SOURCE = i18n-$(PERL_I18N_VERSION).tar.gz
|
||||
PERL_I18N_SITE = $(BR2_CPAN_MIRROR)/authors/id/A/AU/AUDREYT
|
||||
PERL_I18N_LICENSE = MIT
|
||||
PERL_I18N_LICENSE_FILES = README
|
||||
PERL_I18N_DISTNAME = i18n
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user