blob: ace99ae99210359b5ca72edb16ee7e52c88cf2be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/kdebluetooth/kdebluetooth-0.0.20040625.ebuild,v 1.2 2004/07/31 16:02:21 carlo Exp $
inherit kde
DESCRIPTION="KDE Bluetooth Framework"
HOMEPAGE="http://kde-bluetooth.sourceforge.net/"
SRC_URI="http://www.webalice.it/simone.gotti/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc"
IUSE=""
DEPEND=">=dev-libs/openobex-1
>=net-wireless/bluez-libs-2.7"
RDEPEND=">=dev-libs/openobex-1
>=net-wireless/bluez-libs-2.7"
need-kde 3
pkg_postinst() {
einfo "This new version of kde-bluetooth provide a replacement for the"
einfo "standard bluepin program called \"kbluepin\"!!! "
einfo ""
einfo "If you want to use it, you have to edit your \"/etc/bluetooth/hcid.conf\" "
einfo "and change the line \"pin_helper oldbluepin;\" with \"pin_helper /usr/bin/kbluepin;\""
einfo "Then restart hcid to make the change working."
}
|