Makefile 913 B

1234567891011121314151617181920212223242526272829
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. include $(ADK_TOPDIR)/rules.mk
  4. PKG_NAME:= p8-platform
  5. PKG_VERSION:= 2.1.0.1
  6. PKG_RELEASE:= 1
  7. PKG_HASH:= 064f8d2c358895c7e0bea9ae956f8d46f3f057772cb97f2743a11d478a0f68a0
  8. PKG_DESCR:= platform library used by libcec
  9. PKG_SECTION:= libs/misc
  10. PKG_URL:= https://github.com/Pulse-Eight/platform
  11. PKG_SITES:= https://github.com/Pulse-Eight/platform/archive/refs/tags/
  12. PKG_LIBNAME:= libplatform
  13. PKG_OPTS:= dev
  14. DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz
  15. WRKDIST= $(WRKDIR)/platform-$(PKG_NAME)-$(PKG_VERSION)
  16. include $(ADK_TOPDIR)/mk/package.mk
  17. $(eval $(call PKG_template,P8_PLATFORM,p8-platform,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION),$(PKG_OPTS)))
  18. CONFIG_STYLE:= cmake
  19. p8-platform-install:
  20. :
  21. include $(ADK_TOPDIR)/mk/pkg-bottom.mk