add python-pylirc, python bindings to lirc
authorMichael Lauer <mickey@vanille-media.de>
Wed, 31 Jan 2007 08:26:23 +0000 (08:26 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Wed, 31 Jan 2007 08:26:23 +0000 (08:26 +0000)
packages/python/python-pylirc_0.0.5.bb [new file with mode: 0644]

diff --git a/packages/python/python-pylirc_0.0.5.bb b/packages/python/python-pylirc_0.0.5.bb
new file mode 100644 (file)
index 0000000..fc5e8af
--- /dev/null
@@ -0,0 +1,11 @@
+DESCRIPTION = "Python lirc module. See http://www.lirc.org for more info on lirc"
+SECTION = "devel/python"
+PRIORITY = "optional"
+DEPENDS = "lirc"
+LICENSE = "LGPL"
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/pylirc/pylirc-${PV}.tar.gz"
+S = "${WORKDIR}/pylirc-${PV}"
+
+inherit distutils