dhewm3/neo/sys/linux/setup/image-demo/setup.data/setup.xml.in
Timothee 'TTimo' Besset fb1609f554 hello world
2011-11-22 15:28:15 -06:00

24 lines
506 B
XML

<?xml version="1.0" standalone="yes"?>
<install product="M4_PRODUCT" desc="M4_DESC" version="M4_VERSION" postinstall="sh setup.data/postinstall.sh &quot;$@&quot;" nouninstall="yes">
<eula>
License.txt
</eula>
<readme>
README
</readme>
M4_PRODUCT
<option required="true">
M4_DESC
<binary arch="any" libs="any" symlink="doom3-demo">
doom3-demo
</binary>
<binary arch="any" libs="any">
doom.x86
</binary>
<files>
demo
gamex86.so
M4_LDD
</files>
</option>
</install>