From patchwork Mon Dec 16 15:58:21 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Weber X-Patchwork-Id: 301753 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 6E0E42C00A4 for ; Tue, 17 Dec 2013 02:58:42 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 573358B098; Mon, 16 Dec 2013 15:58:41 +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 UpbkmI6JDQYF; Mon, 16 Dec 2013 15:58:40 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1A9BD8B086; Mon, 16 Dec 2013 15:58:40 +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 BF4FF1BF9FB for ; Mon, 16 Dec 2013 15:58:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id BB6238B6C3 for ; Mon, 16 Dec 2013 15:58:38 +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 HgEmFjvPWOfj for ; Mon, 16 Dec 2013 15:58:37 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from secvs02.rockwellcollins.com (secvs02.rockwellcollins.com [205.175.225.241]) by whitealder.osuosl.org (Postfix) with ESMTPS id 7246589CE5 for ; Mon, 16 Dec 2013 15:58:37 +0000 (UTC) Received: from nosuchhost.198.131.in-addr.arpa (HELO collinscrsmtp02.rockwellcollins.com) ([131.198.63.133]) by mail-virt.rockwellcollins.com with ESMTP; 16 Dec 2013 09:58:23 -0600 Received: from ares ([131.198.63.11]) by collinscrsmtp02.rockwellcollins.com (Lotus Domino Release 8.5.2FP2 HF162) with ESMTP id 2013121609582222-1459103 ; Mon, 16 Dec 2013 09:58:22 -0600 From: Matt Weber To: buildroot@busybox.net Date: Mon, 16 Dec 2013 09:58:21 -0600 Message-Id: <1387209501-15147-1-git-send-email-mlweber1@rockwellcollins.com> X-Mailer: git-send-email 1.7.1 X-MIMETrack: Itemize by SMTP Server on CollinsCRSMTP02/CedarRapids/RockwellCollins(Release 8.5.2FP2 HF162|May 16, 2011) at 12/16/2013 09:58:22 AM, Serialize by Router on CollinsCRSMTP02/CedarRapids/RockwellCollins(Release 8.5.2FP2 HF162|May 16, 2011) at 12/16/2013 09:58:22 AM, Serialize complete at 12/16/2013 09:58:22 AM X-TNEFEvaluated: 1 Cc: Sean Gerhardt Subject: [Buildroot] [PATCH v2] smcroute: new package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net Signed-off-by: Matt Weber Signed-off-by: Sean Gerhardt --- Changes v1 -> v2 - Fixed double spaces in both files (Suggested by Thomas) - Removed source archive definition (Suggested by Thomas) - Fixed spelling in Config.in (Suggested by Peter) - Added dependency on IPV6 (Suggested by Peter) - Tested for uclibc compatibility --- package/Config.in | 1 + package/smcroute/Config.in | 15 +++++++++++++++ package/smcroute/smcroute.mk | 15 +++++++++++++++ 3 files changed, 31 insertions(+), 0 deletions(-) create mode 100755 package/smcroute/Config.in create mode 100755 package/smcroute/smcroute.mk diff --git a/package/Config.in b/package/Config.in index be16714..78a9e16 100644 --- a/package/Config.in +++ b/package/Config.in @@ -891,6 +891,7 @@ source "package/rtptools/Config.in" source "package/samba/Config.in" source "package/sconeserver/Config.in" source "package/ser2net/Config.in" +source "package/smcroute/Config.in" source "package/socat/Config.in" source "package/socketcand/Config.in" source "package/spawn-fcgi/Config.in" diff --git a/package/smcroute/Config.in b/package/smcroute/Config.in new file mode 100755 index 0000000..df42db3 --- /dev/null +++ b/package/smcroute/Config.in @@ -0,0 +1,15 @@ +config BR2_PACKAGE_SMCROUTE + bool "smcroute" + depends on BR2_INET_IPV6 + help + SMCRoute is a command line tool to manipulate the multicast + routes of a UNIX kernel. It supports both IPv4 and IPv6 multicast + routing. SMCRoute can be used as an alternative to dynamic + multicast routers like mrouted or pimd in setups where static + multicast routes should be maintained and/or no proper IGMP or + MLD signaling exists. + + https://github.com/troglobit/smcroute + +comment "smcroute needs a toolchain w/ IPv6" + depends on !BR2_INET_IPV6 diff --git a/package/smcroute/smcroute.mk b/package/smcroute/smcroute.mk new file mode 100755 index 0000000..896db8c --- /dev/null +++ b/package/smcroute/smcroute.mk @@ -0,0 +1,15 @@ +################################################################################ +# +# smcroute +# +################################################################################ +SMCROUTE_VERSION = 1.99.2 +SMCROUTE_SITE = $(call github,troglobit,smcroute,$(SMCROUTE_VERSION)) +SMCROUTE_LICENSE = GPLv2+ +SMCROUTE_LICENSE_FILES = COPYING + +SMCROUTE_CONF_OPT = ac_cv_func_setpgrp_void=yes +#BUG:The package Makefile uses CC?= even though the package is autotools based +SMCROUTE_MAKE_ENV = $(TARGET_CONFIGURE_OPTS) + +$(eval $(autotools-package))