1 |
# Copyright 1999-2007 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/net-misc/kvpnc/kvpnc-0.8.8.ebuild,v 1.5 2007/04/06 22:37:55 dertobi123 Exp $ |
4 |
|
5 |
inherit kde |
6 |
|
7 |
DESCRIPTION="kvpnc - a KDE-VPN connection utility." |
8 |
SRC_URI="http://download.gna.org/${PN}/${P}.tar.bz2" |
9 |
HOMEPAGE="http://home.gna.org/kvpnc/" |
10 |
LICENSE="GPL-2" |
11 |
KEYWORDS="amd64 ppc ppc64 ~sparc x86" |
12 |
IUSE="" |
13 |
SLOT="0" |
14 |
|
15 |
DEPEND="dev-libs/libgcrypt" |
16 |
RDEPEND=">=net-misc/vpnc-0.2" |
17 |
need-kde 3.2 |