From patchwork Tue Jul 22 18:17:54 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Francois Perrad X-Patchwork-Id: 372570 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 989C2140114 for ; Wed, 23 Jul 2014 04:18:19 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C1E558AC10; Tue, 22 Jul 2014 18:18:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rwjkxrRrAjOP; Tue, 22 Jul 2014 18:18:16 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 9D34B8AB31; Tue, 22 Jul 2014 18:18:16 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 9728D1C2440 for ; Tue, 22 Jul 2014 18:18:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9230184E92 for ; Tue, 22 Jul 2014 18:18:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lf-H2SU3PPZL for ; Tue, 22 Jul 2014 18:18:15 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by whitealder.osuosl.org (Postfix) with ESMTPS id BCDB483168 for ; Tue, 22 Jul 2014 18:18:14 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id f8so905185wiw.12 for ; Tue, 22 Jul 2014 11:18:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=mjyOhxdz5sIWy6YVEax4eLGSzeNHKx8a7GqDiRxJNQA=; b=ODkdSzj3D8fFA5QSneK/oyp8ibkMlcqGBM2SYvlDQVlHJ+WJUoRdJq1VqRxXZYcMSn Nj19yEPFoLRXcW3j+e8VGz/YvbNLirUcH4xKSsXg8uY4pGihgMkTAzMlArnlSoZYdhn9 3+UCeYq3mvOKoVx7w6LU9WUrWMkHNC33p7VetMXTMkS///+P05cJg6gNQOTXiDwWYwdF LOwKArKbMBZ+EJfKDs4nAC1JryhuLxkDUtKwNI4jZE0+veQWCou6lD/yUVEmCnesDlEj e1eqKj0nX5DwQbT2ruIlWPj/PB72SxEYUkXN3ygD8v+nt15KYq2e7RW+7F4BBZUdsvXW lcDg== X-Received: by 10.194.90.106 with SMTP id bv10mr37351501wjb.20.1406053092109; Tue, 22 Jul 2014 11:18:12 -0700 (PDT) Received: from localhost.localdomain (19.180.6.84.rev.sfr.net. [84.6.180.19]) by mx.google.com with ESMTPSA id au7sm2684067wjc.41.2014.07.22.11.18.10 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 22 Jul 2014 11:18:11 -0700 (PDT) From: Francois Perrad X-Google-Original-From: Francois Perrad To: buildroot@busybox.net Date: Tue, 22 Jul 2014 20:17:54 +0200 Message-Id: <1406053076-25453-2-git-send-email-francois.perrad@gadz.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1406053076-25453-1-git-send-email-francois.perrad@gadz.org> References: <1406053076-25453-1-git-send-email-francois.perrad@gadz.org> Subject: [Buildroot] [PATCH 2/4] perl-json-tiny: new package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Francois Perrad --- package/Config.in | 1 + package/perl-json-tiny/Config.in | 6 ++++++ package/perl-json-tiny/perl-json-tiny.mk | 14 ++++++++++++++ 3 files changed, 21 insertions(+) create mode 100644 package/perl-json-tiny/Config.in create mode 100644 package/perl-json-tiny/perl-json-tiny.mk diff --git a/package/Config.in b/package/Config.in index aa2f783..b89a98e 100644 --- a/package/Config.in +++ b/package/Config.in @@ -436,6 +436,7 @@ menu "Perl libraries/modules" source "package/perl-gdgraph/Config.in" source "package/perl-gdtextutil/Config.in" source "package/perl-io-socket-ssl/Config.in" + source "package/perl-json-tiny/Config.in" source "package/perl-mojolicious/Config.in" source "package/perl-net-ssleay/Config.in" source "package/perl-xml-libxml/Config.in" diff --git a/package/perl-json-tiny/Config.in b/package/perl-json-tiny/Config.in new file mode 100644 index 0000000..ce943ca --- /dev/null +++ b/package/perl-json-tiny/Config.in @@ -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 diff --git a/package/perl-json-tiny/perl-json-tiny.mk b/package/perl-json-tiny/perl-json-tiny.mk new file mode 100644 index 0000000..fd99ee7 --- /dev/null +++ b/package/perl-json-tiny/perl-json-tiny.mk @@ -0,0 +1,14 @@ +################################################################################ +# +# perl-json-tiny +# +################################################################################ + +PERL_JSON_TINY_VERSION = 0.49 +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_DEPENDENCIES = perl +PERL_JSON_TINY_LICENSE = Artistic-2.0 +PERL_JSON_TINY_LICENSE_FILES = LICENSE + +$(eval $(perl-package))