blob: f32cbb24c5f2feebd4b6c536e9e0db63b79fe620 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-vfs-sftp/gnome-vfs-sftp-0.1.2.ebuild,v 1.4 2004/05/29 03:46:59 pvdabeel Exp $
inherit gnome2
IUSE=""
DESCRIPTION="GNOME secure FTP virtual folder module"
HOMEPAGE="http://www.math.uwaterloo.ca/~bghovinen/gnome"
SRC_URI="http://www.math.uwaterloo.ca/~bghovinen/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~amd64 ~ppc"
RDEPEND=">=gnome-base/gnome-vfs-2
net-misc/openssh"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.9"
DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README"
|