From patchwork Mon Jan 12 09:32:08 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Oudinet X-Patchwork-Id: 427617 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 029B9140192 for ; Mon, 12 Jan 2015 20:33:42 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 53A9531B98; Mon, 12 Jan 2015 09:33:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Usg2Spbib4i5; Mon, 12 Jan 2015 09:33:38 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 2A05E31BA3; Mon, 12 Jan 2015 09:33:30 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id ABC7F1C22EC for ; Mon, 12 Jan 2015 09:33:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id A501531528 for ; Mon, 12 Jan 2015 09:33:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4yaIbvgKbLQD for ; Mon, 12 Jan 2015 09:33:26 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f176.google.com (mail-we0-f176.google.com [74.125.82.176]) by silver.osuosl.org (Postfix) with ESMTPS id 12112312C1 for ; Mon, 12 Jan 2015 09:33:26 +0000 (UTC) Received: by mail-we0-f176.google.com with SMTP id w61so17908322wes.7 for ; Mon, 12 Jan 2015 01:33:24 -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=rVWZctV6Z3/1t9vY0aQUMycKUv0paFgnRzmS7TwMPDM=; b=IBboqwJRJRMWOYPAaFcFwDCYROPTdFBlFWXFQ/brh/A+apMiTiAO0OEUsuqxoydSVp SsuIW7hqc2vQPvYTBVuW9RtfpYEcALkwDDiwdTWYCeO+ylXUfC7SUxsddmJF9AGl8h2t CSPd7K2O2ZMMDPX5uO3cKU5kE6yxuJMVKsKYw7qB2FeQ4uc8t1BY4qs8PZXOz6X8FdHR ltW9DosXlg0owYQfiiMAx+DQn2UK8P4QC0xDjkDPsPGPNq18TOkGKpz7dTsXl7id3v6z hWa0SwGQbDumjdt1xR9Gr2PXB69m1rjnQ0i4hkyK65zqE28hfttfjLWMSPgF8ruNLw2R PnJg== X-Received: by 10.180.98.138 with SMTP id ei10mr28647472wib.32.1421055204764; Mon, 12 Jan 2015 01:33:24 -0800 (PST) Received: from localhost.localdomain ([193.51.194.209]) by mx.google.com with ESMTPSA id fm10sm9431343wib.7.2015.01.12.01.33.23 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 12 Jan 2015 01:33:23 -0800 (PST) From: Johan Oudinet To: buildroot@buildroot.org Date: Mon, 12 Jan 2015 10:32:08 +0100 Message-Id: <1421055140-5092-5-git-send-email-johan.oudinet@gmail.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1421055140-5092-1-git-send-email-johan.oudinet@gmail.com> References: <1421055140-5092-1-git-send-email-johan.oudinet@gmail.com> Subject: [Buildroot] [PATCH v6 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" Signed-off-by: Johan Oudinet Signed-off-by: Johan Oudinet --- 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 10e50c2..ca2708a 100644 --- a/package/Config.in +++ b/package/Config.in @@ -398,6 +398,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))