# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit base git DESCRIPTION="Multicast Routing Daemon using only IGMP signalling (Internet Group Management Protocol)" HOMEPAGE="http://sourceforge.net/projects/igmpproxy" LICENSE="GPL-2 Stanford" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="" EGIT_REPO_URI="git://const.mimas.ru/${PN}/" src_install() { base_src_install newinitd "${FILESDIR}/igmpproxy.init" igmpproxy newconfd "${FILESDIR}/igmpproxy.conf" igmpproxy } pkg_postinst() { einfo "As IGMPproxy is logging much directly to syslog," einfo "you should consider filtering to a separate file or drop it." }