Improved install program.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@802 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2003-02-23 22:28:08 +00:00
parent a2e54e5f32
commit 619640d01c
10 changed files with 458 additions and 165 deletions
+37
View File
@@ -0,0 +1,37 @@
# Template file for building the UQM installer for unix Systems.
# By Serge van den Boom, 2003-02-23
UQM_VERSION="0.2"
UQM_LICENSE_FILE="COPYING"
UQM_PACKAGES="content voice 3domusic"
UQM_PACKAGE_content_NAME="content"
UQM_PACKAGE_content_TITLE="General game data"
UQM_PACKAGE_content_OPTIONAL="FALSE"
UQM_PACKAGE_content_DEFAULT="TRUE"
UQM_PACKAGE_voice_NAME="voice"
UQM_PACKAGE_voice_TITLE="Spoken alien communication"
UQM_PACKAGE_voice_OPTIONAL="TRUE"
UQM_PACKAGE_voice_DEFAULT="TRUE"
UQM_PACKAGE_3domusic_NAME="3domusic"
UQM_PACKAGE_3domusic_TITLE="Music from the 3DO version"
UQM_PACKAGE_3domusic_OPTIONAL="TRUE"
UQM_PACKAGE_3domusic_DEFAULT="TRUE"
UQM_SCRIPT_FILES="
${UQM_TOP}build/unix/ansi
${UQM_TOP}build/unix/menu_functions
${UQM_TOP}build/unix_installer/installer.config
${UQM_TOP}build/unix_installer/install.sh.in
"
# File destination
UQM_ATTACH_FILES=\
"${UQM_TOP}AUTHORS lib/uqm/doc/
${UQM_TOP}COPYING lib/uqm/doc/
${UQM_TOP}ChangeLog lib/uqm/doc/
${UQM_TOP}WhatsNew lib/uqm/doc/
${UQM_TOP}README lib/uqm/doc/
${UQM_TOP}doc/users/manual.txt lib/uqm/doc/
${UQM_TOP}uqm lib/uqm/"