From patchwork Tue Jan 6 14:03:02 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Oudinet X-Patchwork-Id: 425666 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 415381400EA for ; Wed, 7 Jan 2015 01:04:24 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id B9A458B16D; Tue, 6 Jan 2015 14:04:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hhWQREQ3TLoy; Tue, 6 Jan 2015 14:04:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 7D9688B02F; Tue, 6 Jan 2015 14:04:15 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 95D8B1CEC94 for ; Tue, 6 Jan 2015 14:04:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 92026892D6 for ; Tue, 6 Jan 2015 14:04:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XbYG45emL55s for ; Tue, 6 Jan 2015 14:04:12 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f174.google.com (mail-we0-f174.google.com [74.125.82.174]) by fraxinus.osuosl.org (Postfix) with ESMTPS id D356989085 for ; Tue, 6 Jan 2015 14:04:11 +0000 (UTC) Received: by mail-we0-f174.google.com with SMTP id k48so9694215wev.19 for ; Tue, 06 Jan 2015 06:04:10 -0800 (PST) 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=lpn769TeJojfBE858LrNV1f4joAeoJd6NDdCvziNHDc=; b=twBs+D8zfpGVdrfi25e0dVxxMWcDOF89aACTbirgJ0JMQTQDlwnsp/6d8zpOAuR9FI JzFLSC1JSF//Uu97rTxLgGncqq4r5EX9AMiBWK20SSHl7AdfmNDeJoCQeqqvfr01aNbE leLET4y/dnB9gwDNoIfNPD7a/+LfcyoG6cWdT2SXSFm7erK3doFf8GgxhdtRARmnxoo9 ePoYqj9TmSw508EQx6Rp0uGMvxalfvGBl8/XyhOfj+Jh16dcO6x/iwqf9SStEiY5a+HC z8pavUlYbim4MVZ+/i3Qks5Fh1E55QHKRG8km5b+KdQVQTpnYKobkgwVndkmc0+zQxTK Tgag== X-Received: by 10.180.208.79 with SMTP id mc15mr38047510wic.34.1420553050220; Tue, 06 Jan 2015 06:04:10 -0800 (PST) Received: from localhost.localdomain ([193.51.194.209]) by mx.google.com with ESMTPSA id c10sm79590373wjy.4.2015.01.06.06.04.08 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 06 Jan 2015 06:04:09 -0800 (PST) From: Johan Oudinet To: buildroot@buildroot.org Date: Tue, 6 Jan 2015 15:03:02 +0100 Message-Id: <1420552994-657-5-git-send-email-johan.oudinet@gmail.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1420552994-657-1-git-send-email-johan.oudinet@gmail.com> References: <1420552994-657-1-git-send-email-johan.oudinet@gmail.com> Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH v5 04/16] erlang-goldrush: new package. X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" ejabberd depends on host-erlang-lager, which depends on host-erlang-goldrush. Hence $(eval $(host-rebar-package)). Signed-off-by: Johan Oudinet Signed-off-by: Yann E. MORIN Signed-off-by: Johan Oudinet Signed-off-by: Yann E. MORIN Signed-off-by: Johan Oudinet --- Changes v4 -> v5: (Thomas) - add explanation for the host package. --- package/Config.in | 5 +++++ package/erlang-goldrush/Config.in | 7 +++++++ package/erlang-goldrush/erlang-goldrush.mk | 14 ++++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 package/erlang-goldrush/Config.in create mode 100644 package/erlang-goldrush/erlang-goldrush.mk diff --git a/package/Config.in b/package/Config.in index 8d91b04..9e5b28a 100644 --- a/package/Config.in +++ b/package/Config.in @@ -395,6 +395,11 @@ endmenu menu "Interpreter languages and scripting" source "package/enscript/Config.in" source "package/erlang/Config.in" +if BR2_PACKAGE_ERLANG +menu "Erlang libraries/modules" + source "package/erlang-goldrush/Config.in" +endmenu +endif source "package/guile/Config.in" source "package/haserl/Config.in" source "package/jamvm/Config.in" diff --git a/package/erlang-goldrush/Config.in b/package/erlang-goldrush/Config.in new file mode 100644 index 0000000..2ee579a --- /dev/null +++ b/package/erlang-goldrush/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_ERLANG_GOLDRUSH + bool "erlang-goldrush" + help + Goldrush is a small Erlang app that provides fast event + stream processing. + + https://github.com/DeadZen/goldrush diff --git a/package/erlang-goldrush/erlang-goldrush.mk b/package/erlang-goldrush/erlang-goldrush.mk new file mode 100644 index 0000000..b18a8ec --- /dev/null +++ b/package/erlang-goldrush/erlang-goldrush.mk @@ -0,0 +1,14 @@ +################################################################################ +# +# erlang-goldrush +# +################################################################################ + +ERLANG_GOLDRUSH_VERSION = 0.1.6 +ERLANG_GOLDRUSH_SITE = $(call github,DeadZen,goldrush,$(ERLANG_GOLDRUSH_VERSION)) +ERLANG_GOLDRUSH_LICENSE = ISC +ERLANG_GOLDRUSH_LICENSE_FILES = LICENSE +ERLANG_GOLDRUSH_INSTALL_STAGING = YES + +$(eval $(rebar-package)) +$(eval $(host-rebar-package))