diff options
Diffstat (limited to 'gnome-extra/gnome-vfs-sftp/gnome-vfs-sftp-0.1.2.ebuild')
-rw-r--r-- | gnome-extra/gnome-vfs-sftp/gnome-vfs-sftp-0.1.2.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gnome-extra/gnome-vfs-sftp/gnome-vfs-sftp-0.1.2.ebuild b/gnome-extra/gnome-vfs-sftp/gnome-vfs-sftp-0.1.2.ebuild new file mode 100644 index 000000000000..940cfcb17fe8 --- /dev/null +++ b/gnome-extra/gnome-vfs-sftp/gnome-vfs-sftp-0.1.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2003 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.1 2003/07/27 17:56:12 foser 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" + +RDEPEND=">=gnome-base/gnome-vfs-2 + net-misc/openssh" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.9" + +DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README" |