increment PR on lirc
[openembedded.git] / lirc / lirc_0.7.0.oe
1 DESCRIPTION = "LIRC is a package that allows you to decode and send infra-red signals of many commonly used remote controls."
2 SECTION = "console/network"
3 PRIORITY = "optional"
4 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
5 LICENSE = "GPL"
6 DEPENDS = "virtual/kernel"
7 PR = "r4"
8
9 SRC_URI = "${SOURCEFORGE_MIRROR}/lirc/lirc-${PV}.tar.gz"
10 S = "${WORKDIR}/lirc-${PV}"
11
12 inherit autotools module-base
13
14 EXTRA_OECONF_epia = "--with-kerneldir=${STAGING_KERNEL_DIR} --with-driver=serial"
15 EXTRA_OECONF_collie = "--with-kerneldir=${STAGING_KERNEL_DIR} --with-driver=sa1100 --without-x"
16 EXTRA_OECONF_h3600 = "--with-kerneldir=${STAGING_KERNEL_DIR} --with-driver=sa1100 --without-x"
17 EXTRA_OECONF_beagle = "--with-kerneldir=${STAGING_KERNEL_DIR} --with-driver=sa1100 --without-x"
18 EXTRA_OECONF_simpad = "--with-kerneldir=${STAGING_KERNEL_DIR} --with-driver=sa1100 --without-x"
19
20 EXTRA_OEMAKE = 'SUBDIRS="daemons tools"'
21
22 do_stage() {
23         oe_libinstall -so -C tools liblirc_client ${STAGING_LIBDIR}
24         install -d ${STAGING_INCDIR}/lirc/
25         install -m 0644 tools/lirc_client.h ${STAGING_INCDIR}/lirc/
26 }
27