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
commitf023e518d891513ffc1eeecd28bc561603c1807e (patch)
tree027a41afa7d4c4b6e88de38d69e5f5cf330828d5 /app-mobilephone/lightblue/lightblue-0.4.ebuild
parentamd64 stable, bug 272321 (diff)
downloadhistorical-f023e518d891513ffc1eeecd28bc561603c1807e.tar.gz
historical-f023e518d891513ffc1eeecd28bc561603c1807e.tar.bz2
historical-f023e518d891513ffc1eeecd28bc561603c1807e.zip
Initial tested version.
Package-Manager: portage-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}"
+