diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-01-31 08:26:23 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-01-31 08:26:23 +0000 |
commit | f53c4a0cfc709f29c5251ea374fc74fb1ef75ac2 (patch) | |
tree | 616a1f52025550507ea9f5c062ed9574f99756d1 /packages/python | |
parent | dd373e7dfdc9f2968e0b0f5d723f62eca3a5b3c8 (diff) |
add python-pylirc, python bindings to lirc
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-pylirc_0.0.5.bb | 11 |
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 |