OSDN Git Service

Use XML templates to adapt to download host changes.
[mingw/mingw-get.git] / xml / setup.xml.in
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <profile project="MinGW" application="mingw-get">
3   <!--
4     $Id$
5
6     Written by Keith Marshall  <keith@users.osdn.me>
7     Copyright (C) 2013, 2017, 2020, MinGW.org Project
8
9
10     Initial configuration profile for mingw-get-setup.
11
12
13     This is free software.  Permission is granted to copy, modify and
14     redistribute this software, under the provisions of the GNU General
15     Public License, Version 3, (or, at your option, any later version),
16     as published by the Free Software Foundation; see the file COPYING
17     for licensing details.
18
19     Note, in particular, that this software is provided "as is", in the
20     hope that it may prove useful, but WITHOUT WARRANTY OF ANY KIND; not
21     even an implied WARRANTY OF MERCHANTABILITY, nor of FITNESS FOR ANY
22     PARTICULAR PURPOSE.  Under no circumstances will the author, or the
23     MinGW Project, accept liability for any damages, however caused,
24     arising from the use of this software.
25   -->
26
27   <repository uri="%PACKAGE_DIST_URL%/%F.xml.lzma">
28     <!--
29       The "repository" specification identifies the URI whence package
30       list catalogues may be downloaded; each catalogue download URI is
31       identified by substituting the catalogue name for the "%F" field
32       in the uri specification.
33
34       For the purpose of initial setup, we offer only a limited subset
35       of the packages which are available within the repository.
36     -->
37    <package-list catalogue="mingw32-mingw-get" />
38   </repository>
39
40   <system-map id="default">
41     <!--
42       The system map specifies the installation paths for each managed
43       subsystem.  Multiple system maps are supported, provided each is
44       given a unique "id" attribute; each specifies an "installation",
45       comprising a collection of subsystems, each of which in turn is
46       associated with a specific "sysroot path".
47
48       In the case of the setup tool, we require only a single sysroot
49       specification, relating to the default installation path.
50     -->
51     <sysroot subsystem="mingw32" path="%R" />
52   </system-map>
53
54 </profile>
55 <!-- $RCSfile$: end of file -->