Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | DESCRIPTION = "LIRC is a package that allows you to decode and send infra-red signals of many commonly used remote controls." |
| 2 | DESCRIPTION_append_lirc = " This package contains the lirc daemon, libraries and tools." |
| 3 | DESCRIPTION_append_lirc-exec = " This package contains a daemon that runs programs on IR signals." |
| 4 | DESCRIPTION_append_lirc-remotes = " This package contains some config files for remotes." |
| 5 | DESCRIPTION_append_lirc-nslu2example = " This package contains a working config for RC5 remotes and a modified NSLU2." |
| 6 | HOMEPAGE = "http://www.lirc.org" |
| 7 | SECTION = "console/network" |
| 8 | LICENSE = "GPLv2" |
| 9 | DEPENDS = "alsa-lib libftdi libusb1 libusb-compat jack portaudio-v19" |
| 10 | |
| 11 | SRC_URI = "http://prdownloads.sourceforge.net/lirc/lirc-${PV}.tar.bz2" |
| 12 | |
| 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |