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.
calculate-overlay/net-wireless/bluedevil/bluedevil-9999.ebuild

31 lines
549 B

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="3"
inherit git-2 kde4-base
DESCRIPTION="Bluetooth stack for KDE"
HOMEPAGE="http://gitorious.org/bluedevil"
EGIT_REPO_URI="git://gitorious.org/bluedevil/bluedevil.git"
LICENSE="GPL-3"
KEYWORDS=""
SLOT="4"
IUSE="debug"
DEPEND="
net-libs/libbluedevil
x11-misc/shared-mime-info
"
RDEPEND="${DEPEND}
!net-wireless/kbluetooth
app-mobilephone/obexd
app-mobilephone/obex-data-server
"
src_unpack() {
git-2_src_unpack
}