summaryrefslogtreecommitdiff
blob: 94f1ea246c08986e68663dd4a285f2443684fd9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-vfs-obexftp/gnome-vfs-obexftp-0.4.ebuild,v 1.1 2007/11/23 16:08:43 drac Exp $

GCONF_DEBUG=no

inherit gnome2

DESCRIPTION="OBEX FTP Client for GNOME-VFS"
HOMEPAGE="http://www.gnome.org"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

RDEPEND=">=gnome-base/gnome-vfs-2.12.0.1
	dev-libs/dbus-glib
	>=dev-libs/openobex-1.2
	>=net-wireless/bluez-libs-3.7
	>=net-wireless/bluez-utils-3.7
	net-wireless/bluez-gnome"
DEPEND="${RDEPEND}"

G2CONF="${G2CONF} --enable-nautilus-workaround"
DOCS="AUTHORS ChangeLog NEWS README* docs/*.txt"