# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/bluez-tools/bluez-tools.0.1.ebuild,v 0.1 2013/10/13 13:04:57 scottjconover Exp $ EAPI=4 inherit autotools DESCRIPTION="A set of useful scripts and shortcuts for bluetooth." HOMEPAGE="https://gitorious.org/bluez-tools" SRC_URI="https://sites.google.com/site/jackolanternpublicrepository/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND=" >=net-misc/bluez-tools-0.1 >=dev-libs/glib-2.0 virtual/libc sys-libs/readline app-mobilephone/obexd dev-libs/openobex " src_prepare() { eautoreconf }