From 219d0e1c1f9aa6118736d60a6b08e223c8d67b87 Mon Sep 17 00:00:00 2001 From: montellese Date: Fri, 1 Aug 2014 10:46:23 +0200 Subject: [PATCH] binary addons: update README --- project/cmake/addons/README | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/project/cmake/addons/README b/project/cmake/addons/README index 59a5728..11af701 100644 --- a/project/cmake/addons/README +++ b/project/cmake/addons/README @@ -3,13 +3,11 @@ XBMC ADDONS This directory contains the cmake-based buildsystem for addons. It looks into the "addons" sub-directory and parses all *.txt files. Each addon must have its own .txt file which must follow the defined format: - + where * must be identical to the addon's ID as defined in the addon's addon.xml - * must be the base URL (i.e. the URL must not contain the name - of the git repository itself) of the git repository containing the addon. - The repository name of the addon must be . + * 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. -- 2.7.4