You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
575 B
22 lines
575 B
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez-hcidump/bluez-hcidump-2.4.ebuild,v 1.8 2012/12/07 23:09:44 ago Exp $
|
|
|
|
EAPI=4
|
|
|
|
DESCRIPTION="Bluetooth HCI packet analyzer"
|
|
HOMEPAGE="http://www.bluez.org/"
|
|
SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~arm hppa ppc ppc64 x86"
|
|
IUSE=""
|
|
|
|
RDEPEND=">=net-wireless/bluez-4.98"
|
|
DEPEND="${RDEPEND}
|
|
virtual/pkgconfig
|
|
app-arch/xz-utils"
|
|
|
|
DOCS=( AUTHORS ChangeLog README )
|