evtest.mk 778 B

1234567891011121314151617181920
  1. ################################################################################
  2. #
  3. # evtest
  4. #
  5. ################################################################################
  6. EVTEST_VERSION = 1.35
  7. EVTEST_SOURCE = evtest-evtest-$(EVTEST_VERSION).tar.gz
  8. EVTEST_SITE = https://gitlab.freedesktop.org/libevdev/evtest/-/archive/evtest-$(EVTEST_VERSION)
  9. EVTEST_LICENSE = GPL-2.0+
  10. EVTEST_LICENSE_FILES = COPYING
  11. # needed because source package contains no generated files
  12. EVTEST_AUTORECONF = YES
  13. # asciidoc used to generate manpages, which we don't need, and if it's
  14. # present on the build host, it ends getting called with our host-python
  15. # which doesn't have all the needed modules enabled, breaking the build
  16. EVTEST_CONF_ENV = ac_cv_path_ASCIIDOC=""
  17. $(eval $(autotools-package))