From 9d11b08ad61b1f0d6d7023ce403285d8662efaed Mon Sep 17 00:00:00 2001 From: manuel Date: Wed, 4 Mar 2015 00:23:39 +0100 Subject: sync with upstream --- project/cmake/addons/README | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'project/cmake/addons/README') diff --git a/project/cmake/addons/README b/project/cmake/addons/README index c66e668..b901bb7 100644 --- a/project/cmake/addons/README +++ b/project/cmake/addons/README @@ -3,14 +3,19 @@ KODI ADDONS This directory contains the cmake-based buildsystem for addons. It looks into the "addons" sub-directory and parses all *.txt files recursively. Each addon must have its own .txt file in a separate sub-directory which must -follow the defined format: +follow one of the defined format: + + where * must be identical to the addon's ID as defined in the addon's addon.xml - * must be the URL of the git repository containing the addon. + * must be the URL of the git repository containing the addon * must be a valid git tag/branch/commit in the addon's git repository which will be used for the build. + * must be the URL to a .tar.gz tarball containing the addon + * must be a file:// based path to the directory containing the + addon Reserved filenames (for additional information on how to build an addon) are: @@ -24,6 +29,9 @@ executing cmake with the -D= option) to e.g. access specific paths: * ADDONS_TO_BUILD is a quoted, space delimited list of s that you want to build (default is "all"). + * ADDON_SRC_PREFIX can be used to override the addon repository location. + It must point to the locally available parent directory of the addon(s) to build + will be appended to this path automatically * CMAKE_BUILD_TYPE specifies the type of the build. This can be either "Debug" or "Release" (default is "Release"). * CMAKE_INSTALL_PREFIX points to the directory where the built addons and their -- cgit v1.2.3