summaryrefslogtreecommitdiff
blob: ec023f6efbcb1bf4ddf52e51169102082787a0f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/lightblue/lightblue-0.4.ebuild,v 1.2 2009/06/05 16:15:57 mr_bones_ Exp $

inherit distutils

DESCRIPTION="LightBlue is a cross-platform Bluetooth API for Python that
provides simple access to Bluetooth ops."
HOMEPAGE="http://lightblue.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=">=dev-lang/python-2.3
>=dev-python/pybluez-0.9
>=dev-libs/openobex-1.3"
RDEPEND="${DEPEND}"