diff options
Diffstat (limited to 'net-wireless/kdebluetooth/kdebluetooth-0.0.20041107-r1.ebuild')
-rw-r--r-- | net-wireless/kdebluetooth/kdebluetooth-0.0.20041107-r1.ebuild | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/net-wireless/kdebluetooth/kdebluetooth-0.0.20041107-r1.ebuild b/net-wireless/kdebluetooth/kdebluetooth-0.0.20041107-r1.ebuild new file mode 100644 index 000000000000..c3446808da4d --- /dev/null +++ b/net-wireless/kdebluetooth/kdebluetooth-0.0.20041107-r1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/kdebluetooth/kdebluetooth-0.0.20041107-r1.ebuild,v 1.1 2005/04/14 13:48:48 r3pek Exp $ + +inherit kde + +DESCRIPTION="KDE Bluetooth Framework" +HOMEPAGE="http://kde-bluetooth.sourceforge.net/" +SRC_URI="http://dev.gentoo.org/~motaboy/files/${P}.tar.bz2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ~ppc ~amd64" +IUSE="xmms" + +DEPEND=">=dev-libs/openobex-1 + >=net-wireless/bluez-libs-2.7 + >=media-libs/libvorbis-1.0 + xmms? ( >=media-sound/xmms-1.2.10 )" + +need-kde 3 + +src_compile() { + kde_src_compile myconf + use xmms || myconf="${myconf} --without-xmms" + + kde_src_compile configure make +} + +pkg_postinst() { + einfo 'This new version of kde-bluetooth provides a replacement for the' + einfo 'standard bluepin program "kbluepin". If you want to use this version,' + einfo 'you have to edit "/etc/bluetooth/hcid.conf" and change the line' + einfo '"pin_helper oldbluepin;" to "pin_helper /usr/lib/kdebluetooth/kbluepin;".' + einfo 'Then restart hcid to make the change take effect.' + einfo '' + einfo 'The bemused server (avaible with the "xmms" USE flag enabled) only works with' + einfo 'Symbian OS phones' +} |