804817e474
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4789 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 9a3d598f9c74fe1e934058d72ed688cf30895010 Former-commit-id: 314f14f7b62fe3a409ffaebec0b1f82ae90c9800
57 lines
1.4 KiB
XML
57 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<install product="speed-dreams" desc="Speed Dreams - an Open Motorsport Simulator" version="1.4.0" binarypath="/usr/bin"
|
|
promptbinaries="yes" express="no">
|
|
|
|
<readme>
|
|
README
|
|
</readme>
|
|
|
|
<eula>
|
|
LICENSE
|
|
</eula>
|
|
|
|
<component name="Default" version="1.4.0" default="yes">
|
|
<option arch="x86" install="true" required="true">
|
|
Speed Dreams Base System
|
|
<help>Speed Dreams core package : the application, cars, tracks and AI opponents.</help>
|
|
<binary arch="x86" libc="any" symlink="speed-dreams" icon="icon.xpm" play="yes">
|
|
speed-dreams
|
|
</binary>
|
|
<files>
|
|
speed-dreams_base.tar.gz
|
|
icon.xpm
|
|
</files>
|
|
<script>
|
|
sh setup.data/scripts/core_finalize.sh
|
|
</script>
|
|
</option>
|
|
|
|
<option install="true" arch="x86">
|
|
Mod tools
|
|
<help>Tools for building cars and tracks : trackgen, accc, nfsperf and nfs2ac.</help>
|
|
<binary arch="x86" libc="any" symlink="sd-accc">
|
|
sd-accc
|
|
</binary>
|
|
<binary arch="x86" libc="any" symlink="sd-trackgen">
|
|
sd-trackgen
|
|
</binary>
|
|
<binary arch="x86" libc="any" symlink="sd-nfs2ac">
|
|
sd-nfs2ac
|
|
</binary>
|
|
<binary arch="x86" libc="any" symlink="sd-nfsperf">
|
|
sd-nfsperf
|
|
</binary>
|
|
<binary arch="x86" libc="any" symlink="sd-texmapper">
|
|
sd-texmapper
|
|
</binary>
|
|
<files>
|
|
speed-dreams_tools.tar.gz
|
|
</files>
|
|
<script>
|
|
sh setup.data/scripts/tools_finalize.sh
|
|
</script>
|
|
</option>
|
|
|
|
</component>
|
|
</install>
|
|
|