linamh/net-wireless/kdebluetooth4/kdebluetooth4-0.2-r1.ebuild
geos_one 899af32003 delete Changelog
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@618 6952d904-891a-0410-993b-d76249ca496b
2008-12-08 20:04:39 +00:00

36 lines
761 B
Bash

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="1"
NEED_KDE="4.1"
inherit kde4-base
DESCRIPTION="KDE Bluetooth Framework"
HOMEPAGE="http://bluetooth.kmobiletools.org/"
SRC_URI="mirror://sourceforge/kde-bluetooth/${P}.tar.bz2"
SLOT="4.1"
LICENSE="GPL-2"
KEYWORDS=""
IUSE=""
# Localisation will be added once we have a release.
DEPEND=">=dev-libs/openobex-1.3
app-mobilephone/obexftp
app-mobilephone/obex-data-server"
RDEPEND="${DEPEND}
|| ( ( kde-base/kdialog:${SLOT} kde-base/konqueror:${SLOT} )
kde-base/kdelibs:${SLOT} )
>=net-wireless/bluez-libs-3.11
>=net-wireless/bluez-utils-3.11"
src_unpack() {
kde4overlay-base_src_unpack
cd "${S}"
rm -f "${S}/configure"
}