From patchwork Fri Nov 7 13:28:39 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Oudinet X-Patchwork-Id: 408123 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 B73031400D2 for ; Sat, 8 Nov 2014 00:29:48 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id D3C3E95EB3; Fri, 7 Nov 2014 13:29:47 +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 qqmE0HM0f7ua; Fri, 7 Nov 2014 13:29:47 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 1815095ECC; Fri, 7 Nov 2014 13:29:47 +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 AD2B11C226E for ; Fri, 7 Nov 2014 13:29:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A68A092506 for ; Fri, 7 Nov 2014 13:29:43 +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 SY+5j1XXlvlm for ; Fri, 7 Nov 2014 13:29:43 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id B31B992430 for ; Fri, 7 Nov 2014 13:29:42 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id r20so4542471wiv.16 for ; Fri, 07 Nov 2014 05:29:41 -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=tZgeEc/qcBW43U2K1QfnK0yf5ndsIyFjSJDhRLQ5X2A=; b=dO1Z1On9TxyXeh+c17d80dmMb8nAXsz6hB/ezLdZmxPhv540TYFtlzFZrPy8koczEe Nh0rHlO6XjB/JK4d3VZjHqGbTH/yNo3aoCyPZ2TnCUvqehQQaeO1HBEPXosI5XSJ1scL OhuzEE/oTjqnPdxKpQB5/BTFTSpSaIQny9J8P1Gg8pCswx7smT1Ju1/Hwo5AqHJjJvVI 0MDFeKeP5r/Rlbbdt8ikQ/3KlR5kyE/v2+CYRZWQQLjtx8X60k8qC4ZZt8c1k2lJEfIk dKah0+CkbrJsAh4YevtaABN3PnMiIczT9sUXamEIXR/GMAtPMoItSxTzmj1qmuOU93LM 6d+w== X-Received: by 10.194.122.10 with SMTP id lo10mr11298878wjb.19.1415366981308; Fri, 07 Nov 2014 05:29:41 -0800 (PST) Received: from localhost.localdomain ([193.51.194.208]) by mx.google.com with ESMTPSA id wm6sm11836677wjb.5.2014.11.07.05.29.39 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 07 Nov 2014 05:29:40 -0800 (PST) From: Johan Oudinet To: buildroot@buildroot.org Date: Fri, 7 Nov 2014 14:28:39 +0100 Message-Id: <1415366931-6870-4-git-send-email-johan.oudinet@gmail.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1415366931-6870-1-git-send-email-johan.oudinet@gmail.com> References: <1415366931-6870-1-git-send-email-johan.oudinet@gmail.com> Subject: [Buildroot] [PATCH v2 03/15] 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" Signed-off-by: Johan Oudinet --- package/Config.in | 5 +++++ package/erlang-goldrush/Config.in | 6 ++++++ package/erlang-goldrush/erlang-goldrush.mk | 14 ++++++++++++++ 3 files changed, 25 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 28cf703..b4eaf14 100644 --- a/package/Config.in +++ b/package/Config.in @@ -391,6 +391,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/haserl/Config.in" source "package/jamvm/Config.in" source "package/jimtcl/Config.in" diff --git a/package/erlang-goldrush/Config.in b/package/erlang-goldrush/Config.in new file mode 100644 index 0000000..685a887 --- /dev/null +++ b/package/erlang-goldrush/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_ERLANG_GOLDRUSH + bool "erlang-goldrush" + depends on BR2_PACKAGE_ERLANG + help + Goldrush is a small Erlang app that provides fast event + stream processing. diff --git a/package/erlang-goldrush/erlang-goldrush.mk b/package/erlang-goldrush/erlang-goldrush.mk new file mode 100644 index 0000000..7537e76 --- /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_FILES = LICENSE +ERLANG_GOLDRUSH_DEPENDENCIES = erlang host-erlang-rebar +ERLANG_GOLDRUSH_INSTALL_STAGING = YES + +$(eval $(rebar-package)) +$(eval $(host-rebar-package))