1 |
# Copyright 1999-2005 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/keychain-2.5.4.1.ebuild,v 1.2 2005/05/28 17:29:19 agriffis Exp $ |
4 |
|
5 |
DESCRIPTION="ssh-agent manager" |
6 |
HOMEPAGE="http://www.gentoo.org/proj/en/keychain/" |
7 |
SRC_URI="mirror://gentoo/${P}.tar.bz2 |
8 |
http://dev.gentoo.org/~agriffis/keychain/${P}.tar.bz2" |
9 |
|
10 |
LICENSE="GPL-2" |
11 |
SLOT="0" |
12 |
KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" |
13 |
IUSE="" |
14 |
|
15 |
DEPEND="virtual/libc" |
16 |
RDEPEND="${DEPEND} |
17 |
app-shells/bash |
18 |
sys-apps/coreutils |
19 |
|| ( net-misc/openssh net-misc/ssh )" |
20 |
|
21 |
src_install() { |
22 |
dobin keychain || die "dobin failed" |
23 |
dodoc ChangeLog keychain.pod README |
24 |
doman keychain.1 || die "doman failed" |
25 |
} |
26 |
|
27 |
pkg_postinst() { |
28 |
echo |
29 |
einfo "Please see the Keychain Guide at" |
30 |
einfo "http://www.gentoo.org/doc/en/keychain-guide.xml" |
31 |
einfo "for help getting keychain running" |
32 |
echo |
33 |
} |