blob: 546c7a974c90db8fb95ca180b64a2a79bf80e870 (
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/kcmpureftpd/kcmpureftpd-0.9.1.ebuild,v 1.4 2004/07/03 16:50:39 centic Exp $
inherit kde
need-kde 3.1
DESCRIPTION="Pure-FTPd KDE Kcontrol Configuration Panel"
SRC_URI="mirror://sourceforge/pureftpd/${P}.tar.gz"
HOMEPAGE="http://lkr.sourceforge.net/kcmpureftpd/index.html"
KEYWORDS="x86 ~ppc"
LICENSE="GPL-2"
IUSE=""
SLOT="0"
|