toolchain: bump Codescape IMG MIPS version to 2016.05-06
[buildroot-gz.git] / package / evtest / evtest.mk
blob3e02f7c87ffa7f857173a9f026a5fcad15732e4e
1 ################################################################################
3 # evtest
5 ################################################################################
7 EVTEST_VERSION = 1.33
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))