# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/nfdump/nfdump-1.5.ebuild,v 1.1 2006/03/27 22:24:15 jokey Exp $ inherit eutils DESCRIPTION="A set of tools to collect and process netflow data" HOMEPAGE="http://nfdump.sourceforge.net/" SRC_URI="mirror://sourceforge/nfdump/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="dev-lang/perl" src_install() { make DESTDIR=${D} install || die dodoc README }