# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild,v 1.6 2012/08/17 04:50:27 heroxbd Exp $ EAPI=4 inherit autotools eutils DESCRIPTION="A top like console network traffic visualiser" HOMEPAGE="http://jnettop.kubs.info/" SRC_URI="http://jnettop.kubs.info/dist/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~sparc x86 ~x86-linux" IUSE="" RDEPEND="net-libs/libpcap >=dev-libs/glib-2.0.1" DEPEND="${RDEPEND} virtual/pkgconfig" DOCS=( AUTHORS ChangeLog NEWS README ) src_prepare() { epatch "${FILESDIR}/${P}-asneeded.patch" eautoreconf } src_install() { default newdoc .${PN} ${PN}.dotfile }