mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
6
package/perl-encode-locale/Config.in
Normal file
6
package/perl-encode-locale/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_ENCODE_LOCALE
|
||||
bool "perl-encode-locale"
|
||||
help
|
||||
Determine the locale encoding.
|
||||
|
||||
https://metacpan.org/release/Encode-Locale
|
||||
6
package/perl-encode-locale/perl-encode-locale.hash
Normal file
6
package/perl-encode-locale/perl-encode-locale.hash
Normal file
@@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 fcfdb8e4ee34bcf62aed429b4a23db27 Encode-Locale-1.05.tar.gz
|
||||
sha256 176fa02771f542a4efb1dbc2a4c928e8f4391bf4078473bd6040d8f11adb0ec1 Encode-Locale-1.05.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 edfeacafbed5a0f2c4a2a3db3fb0274a7f210768d01c853c60b7feac841c83c8 README
|
||||
14
package/perl-encode-locale/perl-encode-locale.mk
Normal file
14
package/perl-encode-locale/perl-encode-locale.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-encode-locale
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_ENCODE_LOCALE_VERSION = 1.05
|
||||
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_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_ENCODE_LOCALE_LICENSE_FILES = README
|
||||
PERL_ENCODE_LOCALE_DISTNAME = Encode-Locale
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user