blob: aa59536e3aa0e450e6bb52898c464da80c8acbaf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
F# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/kpasscard/kpasscard-0.1.2.ebuild,v 1.1 2003/05/29 03:23:40 caleb Exp $
inherit kde-base
need-kde 3
DESCRIPTION="KPasscard is a kde application for storing several passwords to a chipcard encrypted by a master password."
HOMEPAGE="http://www.tobias-bayer.de/en/kpasscard.html"
SRC_URI="http://download.berlios.de/kpasscard/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86"
DEPEND="$DEPEND
>=libchipcard-0.6"
RDEPEND="${DEPEND}"
|