forked from secondlife/3p-open-libndofdev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
autobuild.xml
122 lines (122 loc) · 3.95 KB
/
autobuild.xml
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<?xml version="1.0" ?>
<llsd>
<map>
<key>version</key>
<string>1.3</string>
<key>type</key>
<string>autobuild</string>
<key>installables</key>
<map>
<key>SDL2</key>
<map>
<key>platforms</key>
<map>
<key>linux64</key>
<map>
<key>archive</key>
<map>
<key>hash</key>
<string>6bbad9b30ee93749e4701313c537d5bac0850e2b</string>
<key>hash_algorithm</key>
<string>sha1</string>
<key>url</key>
<string>https://github.com/secondlife/3p-sdl2/releases/download/v2.30.6-r1/SDL2-2.30.6-linux64-10323260130.tar.zst</string>
</map>
<key>name</key>
<string>linux64</string>
</map>
<key>darwin64</key>
<map>
<key>archive</key>
<map>
<key>hash</key>
<string>ca4d377f2eb2ccaa78154e26cdd61f2b6d672527</string>
<key>hash_algorithm</key>
<string>sha1</string>
<key>url</key>
<string>https://github.com/secondlife/3p-sdl2/releases/download/v2.30.6-r1/SDL2-2.30.6-darwin64-10323260130.tar.zst</string>
</map>
<key>name</key>
<string>darwin64</string>
</map>
<key>windows64</key>
<map>
<key>archive</key>
<map>
<key>hash</key>
<string>65d692d17fc97bba7771fc00a262ffea90621f0c</string>
<key>hash_algorithm</key>
<string>sha1</string>
<key>url</key>
<string>https://github.com/secondlife/3p-sdl2/releases/download/v2.30.6-r1/SDL2-2.30.6-windows64-10323260130.tar.zst</string>
</map>
<key>name</key>
<string>windows64</string>
</map>
</map>
<key>license</key>
<string>lgpl</string>
<key>license_file</key>
<string>LICENSES/SDL2.txt</string>
<key>copyright</key>
<string>Copyright (C) 1997-2022 Sam Lantinga ([email protected])</string>
<key>version</key>
<string>2.28.0</string>
<key>name</key>
<string>SDL2</string>
<key>description</key>
<string>Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer.</string>
</map>
</map>
<key>package_description</key>
<map>
<key>platforms</key>
<map>
<key>linux</key>
<map>
<key>configurations</key>
<map>
<key>Release</key>
<map>
<key>build</key>
<map>
<key>command</key>
<string>bash</string>
<key>arguments</key>
<array>
<string>../build-cmd.sh</string>
</array>
</map>
<key>default</key>
<string>true</string>
<key>name</key>
<string>Release</string>
</map>
</map>
<key>manifest</key>
<array>
<string>include/*.h</string>
<string>LICENSES/libndofdev.txt</string>
<string>lib/release/*.a</string>
</array>
<key>build_directory</key>
<string>stage</string>
<key>name</key>
<string>linux</string>
</map>
</map>
<key>license</key>
<string>BSD</string>
<key>license_file</key>
<string>LICENSES/libndofdev.txt</string>
<key>copyright</key>
<string>Copyright (c) 2008, Jan Ciger (jan.ciger (at) gmail.com)</string>
<key>version_file</key>
<string>VERSION.txt</string>
<key>name</key>
<string>open-libndofdev</string>
<key>description</key>
<string>Open Source replacement for 3DConnection SDK</string>
</map>
</map>
</llsd>