blob: 902d9c930e062c0e09c999a7f1b83013226b90c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/keychain-2.0.2.ebuild,v 1.8 2003/03/27 05:28:19 vladimir Exp $
DESCRIPTION="A front-end to ssh-agent"
HOMEPAGE="http://www.gentoo.org/proj/en/keychain.xml"
SRC_URI="http://www.ibiblio.org/gentoo/distfiles/${P}.tar.bz2"
S=${WORKDIR}/${P}
KEYWORDS="x86 ppc sparc "
LICENSE="GPL-2"
SLOT="0"
DEPEND="virtual/glibc"
RDEPEND="${DEPEND} app-shells/bash net-misc/openssh sys-apps/sh-utils"
src_install() {
dobin keychain
dodoc ChangeLog README
}
|