summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIoannis Aslanidis <deathwing00@gentoo.org>2009-06-03 00:01:41 +0000
committerIoannis Aslanidis <deathwing00@gentoo.org>2009-06-03 00:01:41 +0000
commitc8f057a5ad4737c0563da6ae0f64c7c101dba34f (patch)
tree595fe0c0a654f1d4dc3edc68e780ba507f387b96 /app-mobilephone/lightblue/lightblue-0.4.ebuild
parentamd64 stable, bug 272321 (diff)
downloadgentoo-2-c8f057a5ad4737c0563da6ae0f64c7c101dba34f.tar.gz
gentoo-2-c8f057a5ad4737c0563da6ae0f64c7c101dba34f.tar.bz2
gentoo-2-c8f057a5ad4737c0563da6ae0f64c7c101dba34f.zip
Initial tested version.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-mobilephone/lightblue/lightblue-0.4.ebuild')
-rw-r--r--app-mobilephone/lightblue/lightblue-0.4.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-mobilephone/lightblue/lightblue-0.4.ebuild b/app-mobilephone/lightblue/lightblue-0.4.ebuild
new file mode 100644
index 000000000000..9276b21cfdd7
--- /dev/null
+++ b/app-mobilephone/lightblue/lightblue-0.4.ebuild
@@ -0,0 +1,21 @@
+# 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.1 2009/06/03 00:01:41 deathwing00 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}"
+