| 1 |
# Copyright 1999-2012 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez-hcidump/bluez-hcidump-2.4.ebuild,v 1.6 2012/07/12 15:55:03 jer Exp $ |
| 4 |
|
| 5 |
EAPI=4 |
| 6 |
|
| 7 |
DESCRIPTION="Bluetooth HCI packet analyzer" |
| 8 |
HOMEPAGE="http://www.bluez.org/" |
| 9 |
SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz" |
| 10 |
|
| 11 |
LICENSE="GPL-2" |
| 12 |
SLOT="0" |
| 13 |
KEYWORDS="amd64 ~arm hppa ppc x86" |
| 14 |
IUSE="" |
| 15 |
|
| 16 |
RDEPEND=">=net-wireless/bluez-4.98" |
| 17 |
DEPEND="${RDEPEND} |
| 18 |
virtual/pkgconfig |
| 19 |
app-arch/xz-utils" |
| 20 |
|
| 21 |
DOCS=( AUTHORS ChangeLog README ) |