Makefile 763 B

1234567891011121314151617181920212223242526
  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:= platform
  5. PKG_VERSION:= aafa6e9f3b86f2258f5f75809849743b1779072b
  6. PKG_RELEASE:= 1
  7. PKG_GIT:= hash
  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.git
  12. PKG_LIBNAME:= libplatform
  13. PKG_OPTS:= dev
  14. include $(ADK_TOPDIR)/mk/package.mk
  15. $(eval $(call PKG_template,LIBPLATFORM,libplatform,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION),$(PKG_OPTS)))
  16. CONFIG_STYLE:= cmake
  17. libplatform-install:
  18. :
  19. include $(ADK_TOPDIR)/mk/pkg-bottom.mk