Import buildroot 2016.02.01

This commit is contained in:
2016-02-24 22:35:39 +01:00
parent a6ee09dea4
commit 828befcf3c
7393 changed files with 390887 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PERL_JSON_TINY
bool "perl-json-tiny"
help
Minimalistic JSON. No dependencies.
https://metacpan.org/release/JSON-Tiny

View File

@@ -0,0 +1,3 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 70957d3df2ea67f8e2c760166fce7b24 JSON-Tiny-0.53.tar.gz
sha256 37e547c5b5b7f4dd9adf00db7c77454f3451f79c1be93ef11d4f2ddc9c10aad9 JSON-Tiny-0.53.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# perl-json-tiny
#
################################################################################
PERL_JSON_TINY_VERSION = 0.53
PERL_JSON_TINY_SOURCE = JSON-Tiny-$(PERL_JSON_TINY_VERSION).tar.gz
PERL_JSON_TINY_SITE = $(BR2_CPAN_MIRROR)/authors/id/D/DA/DAVIDO
PERL_JSON_TINY_LICENSE = Artistic-2.0
PERL_JSON_TINY_LICENSE_FILES = LICENSE
$(eval $(perl-package))