blob: 4dfbaa45a0e6ad0de2ebfcfd4564fa7d9774fdaf (
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-ftp/kcmpureftpd/kcmpureftpd-0.8.ebuild,v 1.1 2005/04/23 04:44:11 vapier 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"
|