diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-24 05:20:20 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-24 05:26:59 -0500 |
commit | da366ca3f603a4aa435a25bc8568c33b32b960fc (patch) | |
tree | 3a869d7749435e1f20f0575348c94830dffcdc19 /package/platform/Makefile | |
parent | 97dbbe0a028fd734618ef1a80ccdf39c6488772f (diff) |
update kodi to latest git version, add necessary packages
Diffstat (limited to 'package/platform/Makefile')
-rw-r--r-- | package/platform/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/package/platform/Makefile b/package/platform/Makefile new file mode 100644 index 000000000..d413198ce --- /dev/null +++ b/package/platform/Makefile @@ -0,0 +1,25 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include $(ADK_TOPDIR)/rules.mk + +PKG_NAME:= platform +PKG_VERSION:= aafa6e9f3b86f2258f5f75809849743b1779072b +PKG_RELEASE:= 1 +PKG_DESCR:= platform library used by libcec +PKG_SECTION:= libs/misc +PKG_URL:= https://github.com/Pulse-Eight/platform +PKG_SITES:= https://github.com/Pulse-Eight/platform.git +PKG_LIBNAME:= libplatform +PKG_OPTS:= dev + +include $(ADK_TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,LIBPLATFORM,libplatform,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION),$(PKG_OPTS))) + +CONFIG_STYLE:= cmake + +libplatform-install: + : + +include $(ADK_TOPDIR)/mk/pkg-bottom.mk |