# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ inherit subversion autotools ESVN_REPO_URI="https://fsckyou.info/svn/blueman/trunk" DESCRIPTION="GTK+ bluetooth management utility." HOMEPAGE="http://blueman.tuxfamily.org" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="gnome" DEPEND=">=dev-lang/python-2.5.1 dev-python/pybluez dev-python/dbus-python dev-python/gconf-python dev-python/notify-python dev-python/pygtk net-wireless/bluez app-mobilephone/obex-data-server >=net-wireless/bluez-gnome-0.25" RDEPEND="${DEPEND}" src_unpack() { subversion_src_unpack ./autogen.sh || die } src_install() { emake DESTDIR="${D}" install || die }