blob: a3ffe3bc14d8ecd0391b08cbec4cfe78b2e88711 (
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"
FILE_PR = "r0"
SRC_URI = "${SOURCEFORGE_MIRROR}/pylirc/pylirc-${PV}.tar.gz"
S = "${WORKDIR}/pylirc-${PV}"
inherit distutils
|