# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=2 COMMIT="171181b6" inherit autotools-utils DESCRIPTION="Command line tools for Bluez" HOMEPAGE="http://code.google.com/p/bluez-tools/" SRC_URI="http://gitorious.org/bluez-tools/bluez-tools/archive-tarball/${COMMIT} -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="obex" RDEPEND=">=dev-libs/glib-2.24:2 >=dev-libs/dbus-glib-0.84 >=net-wireless/bluez-4.96 sys-apps/dbus obex? ( sys-libs/readline )" DEPEND="${RDEPEND}" S="${WORKDIR}/${PN}-${PN}" AUTOTOOLS_AUTORECONF=yes DOCS=( AUTHORS README ) src_configure() { local myeconfargs=( $(use_enable obex) ) autotools-utils_src_configure }