blob: 8d7a36cb7dd56f696bdd1dd58da755fc399c3376 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/knetload/knetload-2.2.2.ebuild,v 1.5 2004/10/17 12:40:04 absinthe Exp $
inherit kde
DESCRIPTION="A Network applet for KDE3"
HOMEPAGE="http://flameeyes.web.ctonet.it/kdeapps.html#knetload"
SRC_URI="http://flameeyes.web.ctonet.it/files/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~sparc amd64 ~ppc"
IUSE=""
need-kde 3
myconf="--enable-libsuffix="
|