libllcp.mk 623 B

123456789101112131415161718
  1. ################################################################################
  2. #
  3. # libllcp
  4. #
  5. ################################################################################
  6. LIBLLCP_VERSION = 05dfa8003433a7070bfd8ae02efdb0203bbf34aa
  7. LIBLLCP_SITE = $(call github,nfc-tools,libllcp,$(LIBLLCP_VERSION))
  8. LIBLLCP_DEPENDENCIES = host-pkgconf libnfc
  9. # There's no ./configure in the repository, so we need to autoreconf
  10. LIBLLCP_AUTORECONF = YES
  11. LIBLLCP_INSTALL_STAGING = YES
  12. LIBLLCP_LICENSE = GPL-3.0+
  13. LIBLLCP_LICENSE_FILES = COPYING
  14. # ensure graphviz isn't used
  15. LIBLLCP_CONF_ENV = ac_cv_path_DOT=
  16. $(eval $(autotools-package))