c-capnproto.mk 844 B

123456789101112131415161718192021222324
  1. ################################################################################
  2. #
  3. # c-capnproto
  4. #
  5. ################################################################################
  6. C_CAPNPROTO_VERSION = 9053ebe6eeb2ae762655b982e27c341cb568366d
  7. C_CAPNPROTO_SITE = https://github.com/opensourcerouting/c-capnproto.git
  8. C_CAPNPROTO_SITE_METHOD = git
  9. C_CAPNPROTO_GIT_SUBMODULES = YES
  10. C_CAPNPROTO_LICENSE = MIT
  11. C_CAPNPROTO_LICENSE_FILES = COPYING
  12. C_CAPNPROTO_INSTALL_STAGING = YES
  13. # Fetched from git with no configure script
  14. C_CAPNPROTO_AUTORECONF = YES
  15. # As a plugin for capnproto's capnpc, requires capnproto. Needs to be on the
  16. # host to generate C code from message definitions.
  17. C_CAPNPROTO_DEPENDENCIES = host-c-capnproto capnproto
  18. HOST_C_CAPNPROTO_DEPENDENCIES = host-capnproto
  19. $(eval $(autotools-package))
  20. $(eval $(host-autotools-package))