python-treq: bump to version 16.12.0
[buildroot-gz.git] / package / evtest / evtest.mk
blob5ff2bf3dd2f05896072a4379f2f341ad4eca0bbc
1 ################################################################################
3 # evtest
5 ################################################################################
7 EVTEST_VERSION = 1.33
8 EVTEST_SITE = http://cgit.freedesktop.org/evtest/snapshot
9 EVTEST_LICENSE = GPLv2+
10 EVTEST_LICENSE_FILES = COPYING
11 EVTEST_DEPENDENCIES = host-pkgconf
12 # needed because source package contains no generated files
13 EVTEST_AUTORECONF = YES
15 # asciidoc used to generate manpages, which we don't need, and if it's
16 # present on the build host, it ends getting called with our host-python
17 # which doesn't have all the needed modules enabled, breaking the build
18 EVTEST_CONF_ENV = ac_cv_path_ASCIIDOC=""
20 $(eval $(autotools-package))