# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils gnome2 autotools DESCRIPTION="OBEX FTP Client for GNOME-VFS" HOMEPAGE="http://www.gnome.org/" SRC_URI="http://download.gnome.org/sources/gnome-vfs-obexftp/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-libs/glib-2.6.0 >=gnome-base/gnome-vfs-2.12.0.1 >=dev-libs/dbus-glib-0.60 >=dev-libs/openobex-1.2 >=net-wireless/bluez-libs-3.7" dev-libs/expat RDEPEND="${DEPEND} >=net-wireless/bluez-utils-3.7 net-wireless/bluez-gnome" src_compile() { econf --enable-nautilus-workaround || die "econf failed" emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "install failed" dodoc AUTHORS NEWS README README.unsupported docs/used-errors.txt || die }