aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pylirc_0.0.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-pylirc_0.0.5.bb')
-rw-r--r--recipes/python/python-pylirc_0.0.5.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/python/python-pylirc_0.0.5.bb b/recipes/python/python-pylirc_0.0.5.bb
new file mode 100644
index 0000000000..5760c7682d
--- /dev/null
+++ b/recipes/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 = "r1"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/pylirc/pylirc-${PV}.tar.gz"
+S = "${WORKDIR}/pylirc-${PV}"
+
+inherit distutils