speed-dreams-code/packaging/loki/setup.data/setup.xml
xavi92 e06a519365 Remove trailing newlines
The following shell script was used:

while read f
do
	sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba' -- "$f"
done <<EOF
$(svn ls -R | grep \
	-e '.\cpp$' \
	-e '\.cmake$' \
	-e '\.txt$' \
	-e '\.cppcheck$' \
	-e '\.frag$' \
	-e '\.h$' \
	-e '\.hpp$' \
	-e '\.vert$' \
	-e '\.xml$' \
	-e '\.java$' \
	-e '\.c$')
EOF


git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9509 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: aac7ab5702079417cb16ca2fa291be07033ea549
Former-commit-id: f0286e4119f166d7b78f9d13ff2ea04ffaa95c67
2024-07-30 22:17:48 +00:00

56 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>