summaryrefslogtreecommitdiff
blob: aba6cbb37e4ea64ce65ba4ddf754b301eaeadb9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

ARTS_REQUIRED="never"

inherit kde cmake-utils

DESCRIPTION="KDE implementation of ssh-askpass with Kwallet integration."
HOMEPAGE="http://www.kde-apps.org/content/show.php/Ksshaskpass?content=50971"
SRC_URI="http://alioth.debian.org/~trigger-guest/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="kdeenablefinal"

RDEPEND="net-misc/openssh"

PATCHES=( "${FILESDIR}/CMakeLists.patch" )
CMAKE_IN_SOURCE_BUILD=1

need-kde 3.5

src_install() {
	exeinto ${KDEDIR}/bin
	doexe src/${PN} || die "doexe failed"
	dodoc ChangeLog TODO || die "dodoc failed"
	doman src/${PN}.1 || die "doman failed"
}