aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python/python-pylirc_0.0.5.bb
blob: fc5e8af4305bf99674811387ebf2f20e8289a2f2 (plain)
1
2
3
4
5
6
7
8
9
10
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