ec8cbc33c3
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@680 6952d904-891a-0410-993b-d76249ca496b
32 lines
654 B
Bash
32 lines
654 B
Bash
# Copyright 1999-2008 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI="2"
|
|
KDE_MINIMAL="4.1"
|
|
inherit kde4-base
|
|
|
|
DESCRIPTION="KDE Bluetooth Framework"
|
|
HOMEPAGE="http://bluetooth.kmobiletools.org/"
|
|
SRC_URI="mirror://sourceforge/kde-bluetooth/${P}.tar.bz2"
|
|
|
|
LICENSE="GPL-2"
|
|
KEYWORDS="~amd64 ~x86"
|
|
SLOT="0"
|
|
IUSE="debug"
|
|
|
|
DEPEND="
|
|
app-mobilephone/obex-data-server
|
|
app-mobilephone/obexftp
|
|
dev-libs/openobex
|
|
"
|
|
|
|
RDEPEND="${DEPEND}
|
|
>=kde-base/kdialog-${KDE_MINIMAL}
|
|
>=kde-base/konqueror-${KDE_MINIMAL}
|
|
|| (
|
|
( >=net-wireless/bluez-libs-3.25 >=net-wireless/bluez-utils-3.25 )
|
|
net-wireless/bluez
|
|
)
|
|
"
|