blob: 1f6f3e2143c71da6e7de374ad1cbc82272653e65 (
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.8.ebuild,v 1.4 2004/06/24 23:51:15 agriffis 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 ~sparc"
LICENSE="GPL-2"
IUSE=""
SLOT="0"
|