From patchwork Tue Oct 28 13:33:40 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Oudinet X-Patchwork-Id: 404251 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 9203F14007F for ; Wed, 29 Oct 2014 00:35:28 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B1B7891C71; Tue, 28 Oct 2014 13:35:27 +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 yMDRaQ9RK2OH; Tue, 28 Oct 2014 13:35:23 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 8E98E91712; Tue, 28 Oct 2014 13:35:18 +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 1816D1C1E77 for ; Tue, 28 Oct 2014 13:35:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 167A491364 for ; Tue, 28 Oct 2014 13:35:01 +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 hLtfJwzKX8o3 for ; Tue, 28 Oct 2014 13:34:59 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f42.google.com (mail-wg0-f42.google.com [74.125.82.42]) by whitealder.osuosl.org (Postfix) with ESMTPS id 831C88CED2 for ; Tue, 28 Oct 2014 13:34:57 +0000 (UTC) Received: by mail-wg0-f42.google.com with SMTP id k14so852939wgh.25 for ; Tue, 28 Oct 2014 06:34:56 -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=fr6W4Y+IxQp5gOLU6U2DyGB95vUWwSxxrqMqTz2hZK4=; b=LHW3MHD5WxPoZ+QWXCglWm4CMC9yCiFNJ3mH8735xROlf2TX2BuOySiISrpbSQk1SC 41/F+JOPOtR8S2SAZWjDGuQBIPdzZlbbBZPWRFXgBd8H6iY2j7uGFLHm3Ml5SMj2JBZu AKfL4nDVTJoWgPv68mZMePU0M+rGH4/CgPqbSO2fNYSSrh+6VgFC8pnoTXdIL+Fj6y2i wjbMwRkjV2jRCxoYam/osqAVF1OnKAkTk4S1NWRdd9bsTwff/1lAwjnLZKv467rNvzqo Bga0hdlRdj0Tzt9Bd+s4JigMaOvnAXiVi9B/OuTGIgpWF/IRTTSzaQtbu9gVjcIF/FM1 FkHQ== X-Received: by 10.194.185.167 with SMTP id fd7mr4450870wjc.108.1414503296546; Tue, 28 Oct 2014 06:34:56 -0700 (PDT) Received: from localhost.localdomain ([193.51.194.208]) by mx.google.com with ESMTPSA id k10sm1867945wjb.28.2014.10.28.06.34.55 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 28 Oct 2014 06:34:55 -0700 (PDT) From: Johan Oudinet To: buildroot@buildroot.org Date: Tue, 28 Oct 2014 14:33:40 +0100 Message-Id: <1414503232-28314-4-git-send-email-johan.oudinet@gmail.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1414503232-28314-1-git-send-email-johan.oudinet@gmail.com> References: <1414503232-28314-1-git-send-email-johan.oudinet@gmail.com> Subject: [Buildroot] [PATCH 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 8865c1e..c3932af 100644 --- a/package/Config.in +++ b/package/Config.in @@ -392,6 +392,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))