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.
gentoo-overlay/net-analyzer/netspeed_applet/netspeed_applet-0.16.ebuild

29 lines
817 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netspeed_applet/netspeed_applet-0.16.ebuild,v 1.5 2011/03/31 04:14:07 ssuominen Exp $
EAPI="3"
GCONF_DEBUG="no"
inherit gnome2
DESCRIPTION="Applet showing network traffic for GNOME 2"
HOMEPAGE="http://projects.gnome.org/netspeed/"
SRC_URI="http://launchpad.net/netspeed/trunk/${PV}/+download/${P}.tar.gz"
SLOT="0"
IUSE=""
LICENSE="GPL-2"
KEYWORDS="amd64 ppc sparc x86"
#FIXME: wireless-tools >= 28pre9 is automagic
RDEPEND="|| ( gnome-base/gnome-panel[bonobo] <gnome-base/gnome-panel-2.32 )
>=gnome-base/libgtop-2.14.2"
DEPEND="${RDEPEND}
dev-util/pkgconfig
>=app-text/gnome-doc-utils-0.3.2
>=dev-util/intltool-0.35.0"
DOCS="AUTHORS ChangeLog README"