mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 02:50:26 +02:00
23 lines
499 B
Bash
23 lines
499 B
Bash
# Copyright 1999-2010 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI=2
|
|
KEYWORDS="-*"
|
|
DESCRIPTION="Pentoo bluetooth meta ebuild"
|
|
HOMEPAGE="http://www.pentoo.ch"
|
|
SLOT="0"
|
|
LICENSE="GPL"
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
|
|
RDEPEND="${DEPEND}
|
|
x86? ( net-wireless/bluemaho )
|
|
net-wireless/bt-audit
|
|
net-wireless/btscanner
|
|
net-wireless/kismet-ubertooth
|
|
net-analyzer/wireshark[btbb]
|
|
net-wireless/ubertooth
|
|
net-wireless/haraldscan
|
|
net-wireless/gnome-bluetooth"
|