summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/quake4
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-05-28 12:12:17 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-05-28 12:12:17 -0400
commit901cab0390e70eb5493907c63401fdfd82eff190 (patch)
treec5f094c109953d2bcdac8e0bc31341a06568ba88 /pts/test-resources/quake4
parent02666638d500f977e119d20a976f35fd44e560d0 (diff)
downloadphoronix-test-suite-upstream-901cab0390e70eb5493907c63401fdfd82eff190.tar.gz
phoronix-test-suite-upstream-901cab0390e70eb5493907c63401fdfd82eff190.tar.xz
phoronix-test-suite-upstream-901cab0390e70eb5493907c63401fdfd82eff190.zip
Doom 3, ET: Quake Wars, and Quake 4 profile updates for allowing
<game>-game-files.tar in the local downloads.xml repository for storing the files off the DVD, but not for downloading off the Internet.
Diffstat (limited to 'pts/test-resources/quake4')
-rw-r--r--pts/test-resources/quake4/downloads.xml4
-rwxr-xr-xpts/test-resources/quake4/install.sh6
2 files changed, 10 insertions, 0 deletions
diff --git a/pts/test-resources/quake4/downloads.xml b/pts/test-resources/quake4/downloads.xml
index f39ce5c..2e3081c 100644
--- a/pts/test-resources/quake4/downloads.xml
+++ b/pts/test-resources/quake4/downloads.xml
@@ -8,5 +8,9 @@
<URL>http://www.phoronix-test-suite.com/benchmark-files/quake4-pts-demo-1.tar.gz</URL>
<MD5>b278d8229d84553baab727baaea2d7a6</MD5>
</Package>
+ <Package>
+ <URL>quake4-game-files.tar</URL>
+ <FileName>quake4-game-files.tar</FileName>
+ </Package>
</Downloads>
</PhoronixTestSuite>
diff --git a/pts/test-resources/quake4/install.sh b/pts/test-resources/quake4/install.sh
index 3a0cab8..789a367 100755
--- a/pts/test-resources/quake4/install.sh
+++ b/pts/test-resources/quake4/install.sh
@@ -14,5 +14,11 @@ tar -xvf quake4-pts-demo-1.tar.gz
mkdir q4base/demos
mv -f pts.demo q4base/demos/pts.demo
+if [ -f quake4-game-files.tar ]
+ then
+ tar -k -C $1/q4base -xvf $1/quake4-game-files.tar
+fi
+
echo "Quake 4 Game Files (*.pk4) Must Be Copied Into $1/q4base"
echo "Also Copy Your Game Key File To ~/.quake4/q4base/quake4key (If Not Already There)"
+