blob: 8c979451e7c0d85a51288d08509b9e1eaba8a042 (
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
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez-gnome/bluez-gnome-0.8.ebuild,v 1.2 2007/06/17 07:01:09 dertobi123 Exp $
inherit gnome2
DESCRIPTION="Bluetooth helpers for GNOME"
HOMEPAGE="http://www.bluez.org/"
SRC_URI="http://bluez.sourceforge.net/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND=">=dev-libs/glib-2.0
>=x11-libs/libnotify-0.3.2
>=gnome-base/gconf-2.6
>=dev-libs/dbus-glib-0.60
sys-apps/hal
x11-proto/xproto
>=x11-libs/gtk+-2.6"
RDEPEND="=net-wireless/bluez-utils-3*
${DEPEND}"
DOCS="dodoc AUTHORS README NEWS ChangeLog"
|