1 |
# Copyright 1999-2004 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.4.2.1.ebuild,v 1.1 2004/09/30 18:52:00 agriffis Exp $ |
4 |
|
5 |
DESCRIPTION="ssh-agent manager" |
6 |
HOMEPAGE="http://www.gentoo.org/proj/en/keychain.xml" |
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 |
} |