python-pyserial 2.2: add latest version
authorCliff Brake <cbrake@bec-systems.com>
Mon, 19 Jun 2006 20:58:52 +0000 (20:58 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 19 Jun 2006 20:58:52 +0000 (20:58 +0000)
packages/python/python-pyserial_2.2.bb [new file with mode: 0644]

diff --git a/packages/python/python-pyserial_2.2.bb b/packages/python/python-pyserial_2.2.bb
new file mode 100644 (file)
index 0000000..024f839
--- /dev/null
@@ -0,0 +1,15 @@
+DESCRIPTION = "Serial Port Support for Python"
+SECTION = "devel/python"
+PRIORITY = "optional"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+LICENSE = "PSF"
+SRCNAME = "pyserial"
+RDEPENDS = "python-fcntl python-io"
+
+PR = "r1"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.zip"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils
+