summaryrefslogtreecommitdiff
blob: 761923817f5e04173810ab5fc714375766adc864 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/ktraynetworker/ktraynetworker-0.7.ebuild,v 1.3 2004/06/24 23:53:18 agriffis Exp $

inherit kde
need-kde 3.2

DESCRIPTION="A KDE 3.x Network monitoring applet"
HOMEPAGE="http://www.xiaprojects.com/www/prodotti/ktraynetworker/main.php"
SRC_URI="http://www.xiaprojects.com/www/downloads/files/${P}.tar.bz2"

LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc"

IUSE=""
SLOT="0"

src_compile()
{
	# aclocal needs to be run because the source contains files that are too old...
	aclocal
	econf || die "econf failed!"
	emake || die "emake failed!"
}