Add buildroot 2018-02

This commit is contained in:
Pascal Vizeli
2018-03-17 23:47:00 +00:00
parent 3776c47f83
commit 67742041ad
10007 changed files with 405098 additions and 0 deletions

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 fcfdb8e4ee34bcf62aed429b4a23db27 Encode-Locale-1.05.tar.gz
sha256 176fa02771f542a4efb1dbc2a4c928e8f4391bf4078473bd6040d8f11adb0ec1 Encode-Locale-1.05.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# 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
$(eval $(perl-package))