Skip to content

Commit

Permalink
binary addons: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Montellese committed Aug 1, 2014
1 parent 6b54c29 commit 219d0e1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions project/cmake/addons/README
Original file line number Diff line number Diff line change
Expand Up @@ -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 <addon-id>.txt file which must follow the defined format:
<addon-id> <git-base-url> <git-revision>
<addon-id> <git-url> <git-revision>
where
* <addon-id> must be identical to the addon's ID as defined in the addon's
addon.xml
* <git-base-url> 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 <addon-id>.
* <git-url> must be the URL of the git repository containing the addon.
* <git-revision> must be a valid git tag/branch/commit in the addon's git
repository which will be used for the build.

Expand Down

0 comments on commit 219d0e1

Please sign in to comment.