]> icculus.org git repositories - icculus/iodoom3.git/blob - neo/sys/linux/setup/image-demo/setup.data/setup.xml.in
Various Mac OS X tweaks to get this to build. Probably breaking things.
[icculus/iodoom3.git] / neo / sys / linux / setup / image-demo / setup.data / setup.xml.in
1 <?xml version="1.0" standalone="yes"?>
2 <install product="M4_PRODUCT" desc="M4_DESC" version="M4_VERSION" postinstall="sh setup.data/postinstall.sh &quot;$@&quot;" nouninstall="yes">
3   <eula>
4         License.txt
5   </eula>       
6   <readme>
7     README
8   </readme>
9   M4_PRODUCT
10   <option required="true">
11         M4_DESC
12         <binary arch="any" libs="any" symlink="doom3-demo">
13           doom3-demo
14         </binary>
15         <binary arch="any" libs="any">
16           doom.x86
17         </binary>
18         <files>
19           demo
20           gamex86.so
21           M4_LDD
22         </files>
23   </option>     
24 </install>