summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-01-31 08:26:23 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-01-31 08:26:23 +0000
commitf53c4a0cfc709f29c5251ea374fc74fb1ef75ac2 (patch)
tree616a1f52025550507ea9f5c062ed9574f99756d1
parentdd373e7dfdc9f2968e0b0f5d723f62eca3a5b3c8 (diff)
add python-pylirc, python bindings to lirc
-rw-r--r--packages/python/python-pylirc_0.0.5.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/python/python-pylirc_0.0.5.bb b/packages/python/python-pylirc_0.0.5.bb
new file mode 100644
index 0000000000..fc5e8af430
--- /dev/null
+++ b/packages/python/python-pylirc_0.0.5.bb
@@ -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