net-misc/smcroute - 2.6.0 (guru)

Search

Install

Install this version:

emerge -a =net-misc/smcroute-2.6.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-misc/smcroute-2.6.0

Or alternatively:

emerge --autounmask-write -a =net-misc/smcroute-2.6.0

Package Information

Description:
A static multicast routing daemon
Homepage:
https://troglobit.com/projects/smcroute/
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
2.6.0 8 ~amd64 ~arm64 ~x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit linux-info

DESCRIPTION="A static multicast routing daemon"
HOMEPAGE="https://troglobit.com/projects/smcroute/"
SRC_URI="https://github.com/troglobit/${PN}/releases/download/${PV}/${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="caps systemd"

RDEPEND="
	caps? ( sys-libs/libcap )
	systemd? ( sys-apps/systemd:0= )
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"

CONFIG_CHECK="
	~IP_MROUTE
	~IP_PIMSM_V1
	~IP_PIMSM_V2
	~IP_MROUTE_MULTIPLE_TABLES
	~IPV6_MROUTE_MULTIPLE_TABLES
"

src_configure() {
	local myconf=(
		$(use_with caps libcap)
		$(use_with systemd)
	)
	econf "${myconf[@]}"
}

USE Flags

Manage flags for this package: euse -i <flag> -p net-misc/smcroute | euse -E <flag> -p net-misc/smcroute | euse -D <flag> -p net-misc/smcroute

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	caps? ( sys-libs/libcap )
	systemd? ( sys-apps/systemd:0= )

RDEPEND

	caps? ( sys-libs/libcap )
	systemd? ( sys-apps/systemd:0= )

BDEPEND

virtual/pkgconfig

Manifest for 2.6.0

Type File Size Source URLs
DIST smcroute-2.6.0.tar.gz 270761 bytes https://github.com/troglobit/smcroute/releases/download/2.6.0/smcroute-2.6.0.tar.gz