diff options
Diffstat (limited to 'net-wireless/kdebluetooth4/kdebluetooth4-0.4_beta1.ebuild')
| -rw-r--r-- | net-wireless/kdebluetooth4/kdebluetooth4-0.4_beta1.ebuild | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/net-wireless/kdebluetooth4/kdebluetooth4-0.4_beta1.ebuild b/net-wireless/kdebluetooth4/kdebluetooth4-0.4_beta1.ebuild new file mode 100644 index 00000000000..7826a154fc7 --- /dev/null +++ b/net-wireless/kdebluetooth4/kdebluetooth4-0.4_beta1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +KMNAME="playground/network" +KMMODULE="kbluetooth" +KDE_MINIMAL="4.3" + +MY_P="${KMMODULE}-${PV/_/}" +inherit kde4-base + +DESCRIPTION="KDE Bluetooth Framework" +HOMEPAGE="http://bluetooth.kmobiletools.org/" +SRC_URI="http://www.kde-apps.org/CONTENT/content-files/112110-${MY_P}.tar.bz2" + +LICENSE="GPL-2" +KEYWORDS="" +SLOT="4" +IUSE="debug semantic-desktop" + +DEPEND=" + >=app-mobilephone/obex-data-server-0.4.2 + >=app-mobilephone/obexftp-0.23_alpha[bluetooth] + >=kde-base/solid-${KDE_MINIMAL}[bluetooth] + >=kde-base/kdelibs-${KDE_MINIMAL}[semantic-desktop?] +" +RDEPEND="${DEPEND} + >=kde-base/kdialog-${KDE_MINIMAL} + >=kde-base/konqueror-${KDE_MINIMAL} + >=kde-base/nepomuk-${KDE_MINIMAL} +" + +S="${WORKDIR}/${MY_P}" + +src_configure() { + mycmakeargs=" + $(cmake-utils_use_with semantic-desktop Nepomuk) + " + kde4-base_src_configure +} |
