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 / evtest / evtest.mk
1 ################################################################################
2 #
3 # evtest
4 #
5 ################################################################################
6
7 EVTEST_VERSION = 1.32
8 EVTEST_SOURCE = evtest-$(EVTEST_VERSION).tar.gz
9 EVTEST_SITE = http://cgit.freedesktop.org/evtest/snapshot
10 EVTEST_LICENSE = GPLv2+
11 EVTEST_LICENSE_FILES = COPYING
12 EVTEST_DEPENDENCIES = host-pkgconf
13 # needed because source package contains no generated files
14 EVTEST_AUTORECONF = YES
15
16 # asciidoc used to generate manpages, which we don't need, and if it's
17 # present on the build host, it ends getting called with our host-python
18 # which doesn't have all the needed modules enabled, breaking the build
19 EVTEST_CONF_ENV = ac_cv_path_ASCIIDOC=""
20
21 $(eval $(autotools-package))