1 ################################################################################
5 ################################################################################
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
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
=""
21 $(eval
$(autotools-package
))