Files
gentoo/net-misc/igmpproxy/igmpproxy-0.1-r2.ebuild
Jonas Stein f8bc607f3c net-misc/igmpproxy: Update HOMEPAGE
Project moved from SF to github.

Package-Manager: Portage-2.3.19, Repoman-2.3.6
2017-12-25 00:02:49 +01:00

24 lines
587 B
Bash

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit linux-info systemd
DESCRIPTION="Multicast Routing Daemon using only IGMP signalling"
HOMEPAGE="https://github.com/pali/igmpproxy"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2 Stanford"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
CONFIG_CHECK="~IP_MULTICAST ~IP_MROUTE"
src_install() {
emake DESTDIR="${D}" install
newinitd "${FILESDIR}/${PN}-init.d" ${PN}
newconfd "${FILESDIR}/${PN}-conf.d" ${PN}
systemd_dounit "${FILESDIR}/${PN}.service"
}