You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
706 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nethogs/nethogs-0.8.0-r4.ebuild,v 1.3 2014/08/10 17:34:47 ago Exp $
EAPI=5
inherit eutils toolchain-funcs
DESCRIPTION="A small 'net top' tool, grouping bandwidth by process"
HOMEPAGE="http://nethogs.sf.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-1"
SLOT="0"
KEYWORDS="amd64 ~arm ~ia64 x86"
RDEPEND="
net-libs/libpcap
sys-libs/ncurses
"
DEPEND="
${RDEPEND}
virtual/pkgconfig
"
DOCS=( Changelog DESIGN README )
S=${WORKDIR}/${PN}
src_prepare() {
epatch "${FILESDIR}"/${P}-gentoo.patch
tc-export CC CXX PKG_CONFIG
}