mirror of
https://git.yoctoproject.org/poky
synced 2026-02-27 03:49:41 +01:00
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
38
meta/packages/lirc/lirc_0.7.1.bb
Normal file
38
meta/packages/lirc/lirc_0.7.1.bb
Normal file
@@ -0,0 +1,38 @@
|
||||
DESCRIPTION = "LIRC is a package that allows you to decode and send infra-red signals of many commonly used remote controls."
|
||||
SECTION = "console/network"
|
||||
PRIORITY = "optional"
|
||||
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
|
||||
LICENSE = "GPL"
|
||||
DEPENDS = "virtual/kernel libx11 libxau libsm libice"
|
||||
PR = "r5"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/lirc/lirc-${PV}.tar.gz \
|
||||
file://lircd.init file://lircmd.init"
|
||||
S = "${WORKDIR}/lirc-${PV}"
|
||||
|
||||
inherit autotools module-base update-rc.d
|
||||
|
||||
INITSCRIPT_NAME = "lircd"
|
||||
INITSCRIPT_PARAMS = "defaults 20"
|
||||
|
||||
include lirc-config.inc
|
||||
|
||||
EXTRA_OEMAKE = 'SUBDIRS="daemons tools"'
|
||||
|
||||
do_stage() {
|
||||
oe_libinstall -so -C tools liblirc_client ${STAGING_LIBDIR}
|
||||
install -d ${STAGING_INCDIR}/lirc/
|
||||
install -m 0644 tools/lirc_client.h ${STAGING_INCDIR}/lirc/
|
||||
}
|
||||
|
||||
do_install_append() {
|
||||
install -d ${D}${sysconfdir}/init.d
|
||||
install ${WORKDIR}/lircd.init ${D}${sysconfdir}/init.d/lircd
|
||||
|
||||
install -d ${D}${datadir}/lirc/
|
||||
cp -pPR ${S}/remotes ${D}${datadir}/lirc/
|
||||
}
|
||||
|
||||
PACKAGES =+ "lirc-x"
|
||||
|
||||
FILES_lirc-x = "${bindir}/irxevent ${bindir}/xmode2"
|
||||
Reference in New Issue
Block a user