From: Marcus Folkesson <marcus.folkesson@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] pimd: new package
Date: Sat, 2 Dec 2017 17:15:11 +0100 [thread overview]
Message-ID: <20171202161511.GB2462@gmail.com> (raw)
In-Reply-To: <1512228242-23822-1-git-send-email-sergio.prado@e-labworks.com>
Hi,
On Sat, Dec 02, 2017 at 01:24:02PM -0200, Sergio Prado wrote:
> pimd is a lightweight stand-alone PIM-SM v2 multicast routing daemon.
> diff --git a/package/pimd/pimd.mk b/package/pimd/pimd.mk
> new file mode 100644
> index 000000000000..cd9427094a61
> --- /dev/null
> +++ b/package/pimd/pimd.mk
> @@ -0,0 +1,20 @@
> +################################################################################
> +#
> +# pimd
> +#
> +################################################################################
> +
> +PIMD_VERSION = 2.3.2
> +PIMD_SOURCE = pimd-$(PIMD_VERSION).tar.gz
> +PIMD_SITE = https://github.com/troglobit/pimd/releases/download/$(PIMD_VERSION)
> +
> +PIMD_LICENSE = BSD-3-Clause
> +PIMD_LICENSE_FILES = LICENSE
LICENSE.mrouted Should also be listed in PIMD_LICENSE_FILES.
From LICENSE:
Part of this program has been derived from mrouted.
The mrouted program is covered by the license in the accompanying file
named "LICENSE.mrouted".
> +
> +PIMD_MAKE_OPTS = CROSS=$(TARGET_CROSS) CC=$(TARGET_CC)
> +
> +ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC)$(BR2_TOOLCHAIN_USES_MUSL),y)
> +PIMD_CONF_OPTS = --embedded-libc
> +endif
> +
> +$(eval $(autotools-package))
> --
> 1.9.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Best regards
Marcus Folkesson
next prev parent reply other threads:[~2017-12-02 16:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-02 15:24 [Buildroot] [PATCH] pimd: new package Sergio Prado
2017-12-02 16:15 ` Marcus Folkesson [this message]
2017-12-04 10:15 ` Sergio Prado
2017-12-04 10:21 ` Marcus Folkesson
2017-12-02 23:19 ` Thomas Petazzoni
2017-12-04 10:18 ` Sergio Prado
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171202161511.GB2462@gmail.com \
--to=marcus.folkesson@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.