From patchwork Tue Dec 9 14:34:10 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Oudinet X-Patchwork-Id: 419086 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 01C9E1400D5 for ; Wed, 10 Dec 2014 01:35:25 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 9606E95E85; Tue, 9 Dec 2014 14:35: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 w-Ux7-r155qS; Tue, 9 Dec 2014 14:35:20 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id BD28595E91; Tue, 9 Dec 2014 14:35:19 +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 76A031C2826 for ; Tue, 9 Dec 2014 14:35:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 702B7A2CAA for ; Tue, 9 Dec 2014 14:35:15 +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 RoxZm-uemxye for ; Tue, 9 Dec 2014 14:35:14 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com [74.125.82.45]) by fraxinus.osuosl.org (Postfix) with ESMTPS id A46B0A2C77 for ; Tue, 9 Dec 2014 14:35:14 +0000 (UTC) Received: by mail-wg0-f45.google.com with SMTP id b13so1004025wgh.4 for ; Tue, 09 Dec 2014 06:35:13 -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=YWc8E0PZcRkwILqr4LvxJnxj8lhMhoVQjOHExKrpBK4=; b=XqNDVY+dQl6fL0HIZcDhgIYynlaVHtpnF/8r+81YtoqBGArDCNGO/swUevAZagy55F gldm/uMaPXRWHEpc1x4GCZbBVufRS0JIzFyCM39qciv1WQLJ+REeoEVkSS7vbzPGn237 22IBRMpG4fWPMiLxqMiqza0/mV/UVnTHZqrsuGM79EMOpzcwfAYrGEiQXKgQFPcnyzT2 yzkb7uvkkZKZFnQPoGz5MHi+kSlbr5HzWFVMQhYAmsUgw5XcJhCpFTT2UCObSh1H/1cP dnSZDuV2pvgBu1LdrrTBIC5HVkLh5ep23zxb6vcB7uKPlOqdJi/dmi+dsH/EsMt7/vCx a3kw== X-Received: by 10.194.246.130 with SMTP id xw2mr5308737wjc.33.1418135713318; Tue, 09 Dec 2014 06:35:13 -0800 (PST) Received: from localhost.localdomain ([193.51.194.209]) by mx.google.com with ESMTPSA id d16sm2480265wib.4.2014.12.09.06.35.11 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 09 Dec 2014 06:35:12 -0800 (PST) From: Johan Oudinet To: buildroot@buildroot.org Date: Tue, 9 Dec 2014 15:34:10 +0100 Message-Id: <1418135662-773-6-git-send-email-johan.oudinet@gmail.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1418135662-773-1-git-send-email-johan.oudinet@gmail.com> References: <1418135662-773-1-git-send-email-johan.oudinet@gmail.com> Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH v4 05/17] 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 Signed-off-by: Yann E. MORIN 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 600a68d..06c8e04 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/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..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))