# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils gnome2 autotools DESCRIPTION="GnomeVFS integration for obex-ftp Bluetooth devices" HOMEPAGE="http://blogs.gnome.org/jamesh/2007/06/19/gnome-vfs-obexftp-04/" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/sources/gnome-vfs-obexftp/0.4/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=gnome-base/gnome-vfs-2.12.0.1 >=sys-apps/dbus-0.60 >=dev-libs/glib-2.6.0 >=dev-libs/libxml2-2.4 >=x11-libs/gtk+-2.6.0 >=dev-libs/openobex-1.2 dev-libs/expat" RDEPEND="${DEPEND} >=net-wireless/bluez-utils-3.7" G2CONF="--enable-nautilus-workaround" src_unpack() { unpack ${A}; cd ${S} AT_NO_RECURSIVE=1 AT_M4DIR="m4" eautoreconf }