The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / lirc-tools / lirc-tools.mk
1 ################################################################################
2 #
3 # lirc-tools
4 #
5 ################################################################################
6
7 LIRC_TOOLS_VERSION = 0.9.2
8 LIRC_TOOLS_SOURCE = lirc-$(LIRC_TOOLS_VERSION).tar.bz2
9 LIRC_TOOLS_SITE = http://downloads.sourceforge.net/project/lirc/LIRC/$(LIRC_TOOLS_VERSION)/
10 LIRC_TOOLS_LICENSE = GPLv2+
11 LIRC_TOOLS_LICENSE_FILES = COPYING
12 LIRC_TOOLS_DEPENDENCIES = host-pkgconf
13
14 LIRC_TOOLS_CONF_OPTS = \
15         --without-x \
16         --enable-sandboxed \
17         --with-driver=userspace
18
19 define LIRC_TOOLS_INSTALL_INIT_SYSV
20         $(INSTALL) -D -m 0755 package/lirc-tools/S25lircd \
21                 $(TARGET_DIR)/etc/init.d/S25lircd
22 endef
23
24 $(eval $(autotools-package))