blob: e57c0b6dcf81ecf4c2d6a06930addf513201f06d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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.3 2004/06/24 23:51:47 agriffis Exp $
IUSE=""
inherit kde
need-kde 3
KEYWORDS="~x86 ~sparc ~amd64 ~ppc"
LICENSE="GPL-2"
DESCRIPTION="A Network applet for KDE3"
SRC_URI="http://flameeyes.web.ctonet.it/files/${P}.tar.bz2"
HOMEPAGE="http://flameeyes.web.ctonet.it/kdeapps.html#knetload"
myconf="--enable-libsuffix="
|