mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
net-misc/smcroute: Bump version to v2.5.5
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST smcroute-2.5.3.tar.gz 223866 BLAKE2B 571b5e47e879a1cb06f56660aa91c9f25ba9d78104241596237ac10c3300ba2af1d91bf919ee6ba62a6234250a689f860ac8813db1d3a5da2ef526d52be5678b SHA512 c768492f121c5641eccfc86dca77eed086b81489c0c6da55e62e8b36163e6d8a71a3b6005e7cd56f5ae87a62d4c91bd22bb00571a731d6b27b05b17205753102
|
||||
DIST smcroute-2.5.5.tar.gz 224845 BLAKE2B bdc7c91956f4fbc2764c240d0c0c1d246f0526d77d0bf973236c2402add98467e6f34814e819a7148d9df85251ffbc68fbc009aed210fabe019078e6fba16394 SHA512 90f330c2856f4ba19848190c7d5b32b7cc40c4270a2c5e1d6cf72fc59869302a1f4c876e55a350c93c36f6b0f35709b96b01ab805d2bf5655ba12c3be51e1a71
|
||||
|
||||
42
net-misc/smcroute/smcroute-2.5.5.ebuild
Normal file
42
net-misc/smcroute/smcroute-2.5.5.ebuild
Normal file
@@ -0,0 +1,42 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools 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"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="GPL-2+"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
IUSE="caps systemd"
|
||||
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
"
|
||||
RDEPEND="
|
||||
caps? ( sys-libs/libcap )
|
||||
systemd? ( sys-apps/systemd:0= )
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
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[@]}"
|
||||
}
|
||||
Reference in New Issue
Block a user