-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.xml.template
57 lines (51 loc) · 1.44 KB
/
setup.xml.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="setup2html.xsl"?>
<muhkuh_buildsystem project="TODO: insert project name here">
<project_version>TODO: insert the project version here</project_version>
<paths>
<marker>~/.mbs/depack</marker>
<repository>~/.mbs/repository</repository>
<depack>~/.mbs/depack</depack>
</paths>
<repositories>
<!-- TODO: add your local repositories here. -->
<repository name="muhkuh@sourceforge">http://downloads.sourceforge.net/project/muhkuh/mbs</repository>
</repositories>
<scons>
<group>org.scons</group>
<name>scons-local</name>
<package>scons-local</package>
<version>2.0.1_1</version>
<typ>tar.bz2</typ>
</scons>
<tools>
<tool>
<group>nz.co.methods</group>
<name>asciidoc</name>
<package>asciidoc</package>
<version>8.6.3_2</version>
<typ>tar.bz2</typ>
</tool>
<tool>
<group>org.gnu.gcc</group>
<name>gcc-arm-none-eabi</name>
<package>gcc-arm-none-eabi_${platform}_${machine}</package>
<version>4.5.1_1</version>
<typ>tar.bz2</typ>
</tool>
</tools>
<filters>
<filter>
<template>templates/scons.bat</template>
<destination>scons.bat</destination>
</filter>
<filter>
<template>templates/scons.sh</template>
<destination>scons.sh</destination>
</filter>
<filter>
<template>templates/site_init.py</template>
<destination>site_scons/site_init.py</destination>
</filter>
</filters>
</muhkuh_buildsystem>