2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2012-09-28 12:04:49 +02:00
|
|
|
#
|
|
|
|
# evtest
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2012-09-28 12:04:49 +02:00
|
|
|
|
2015-07-27 21:04:57 +02:00
|
|
|
EVTEST_VERSION = 1.33
|
2014-04-23 00:12:23 +02:00
|
|
|
EVTEST_SITE = http://cgit.freedesktop.org/evtest/snapshot
|
2017-03-30 15:43:32 +02:00
|
|
|
EVTEST_LICENSE = GPL-2.0+
|
2012-09-28 12:04:49 +02:00
|
|
|
EVTEST_LICENSE_FILES = COPYING
|
2012-10-22 17:47:52 +02:00
|
|
|
EVTEST_DEPENDENCIES = host-pkgconf
|
2014-04-23 00:12:23 +02:00
|
|
|
# needed because source package contains no generated files
|
|
|
|
EVTEST_AUTORECONF = YES
|
2012-09-28 12:04:49 +02:00
|
|
|
|
2015-02-22 17:14:57 +01:00
|
|
|
# asciidoc used to generate manpages, which we don't need, and if it's
|
|
|
|
# present on the build host, it ends getting called with our host-python
|
|
|
|
# which doesn't have all the needed modules enabled, breaking the build
|
|
|
|
EVTEST_CONF_ENV = ac_cv_path_ASCIIDOC=""
|
|
|
|
|
2012-09-28 12:04:49 +02:00
|
|
|
$(eval $(autotools-package))
|