# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="IP Flow Meter measures how much bandwidth specified hosts use" HOMEPAGE="http://robert.cheramy.net/ipfm/" SRC_URI="http://robert.cheramy.net/ipfm/archive/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="net-libs/libpcap" src_install() { dosbin source/ipfm doman doc/ipfm.8 doc/ipfm.conf.5 dodoc HISTORY TODO insinto /etc newins ipfm.conf.sample ipfm.conf }