diff options
Diffstat (limited to 'packages/dev-util/codeblocks/codeblocks-scm.exheres-0')
-rw-r--r-- | packages/dev-util/codeblocks/codeblocks-scm.exheres-0 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/dev-util/codeblocks/codeblocks-scm.exheres-0 b/packages/dev-util/codeblocks/codeblocks-scm.exheres-0 new file mode 100644 index 0000000..b14029e --- /dev/null +++ b/packages/dev-util/codeblocks/codeblocks-scm.exheres-0 @@ -0,0 +1,18 @@ +# Copyright 2008-2016 Pierre Lejeune <superheron@gmail.com> +# Distributed under the terms of the GNU General Public License v2 + +SCM_REPOSITORY="https://svn.code.sf.net/p/${PN}/code" +#SCM_SECONDARY_REPOSITORIES="FortranProject PythonPlugins wxCrafterCB" +#SCM_FortranProject_REPOSITORY="https://svn.code.sf.net/p/fortranproject/code" +#SCM_PythonPlugins_REPOSITORY="https://github.com/spillz/codeblocks-python" +#SCM_wxCrafterCB_REPOSITORY="https://github.com/eranif/wxCrafterCB" +#SCM_EXTERNAL_REFS=" +# src/plugins/contrib/FortranProject:FortranProject +# src/plugins/contrib/PythonPlugins:PythonPlugins +# src/plugins/contrib/wxCrafterCB:wxCrafterCB +#" + +require codeblocks scm-svn + +PLATFORMS="~amd64 ~x86" + |