| 1 | DESCRIPTION="Quake III Arena - 3rd installment of the classic id 3D first-person shooter." |
|---|
| 2 | HOMEPAGE="www.ioquake3.org" |
|---|
| 3 | SRC_URI="svn://svn.icculus.org/quake3/trunk#2306" |
|---|
| 4 | REVISION="1" |
|---|
| 5 | STATUS_HAIKU="unstable" |
|---|
| 6 | DEPEND="media-libs/libsdl >= 1.2.15" |
|---|
| 7 | BUILD { |
|---|
| 8 | cd quake3-io2306 |
|---|
| 9 | make |
|---|
| 10 | } |
|---|
| 11 | |
|---|
| 12 | INSTALL { |
|---|
| 13 | export COPYDIR="/boot/apps/ioQuake3" |
|---|
| 14 | cd quake3-io2306 |
|---|
| 15 | make copyfiles |
|---|
| 16 | cd /boot/apps/ioQuake3 |
|---|
| 17 | ln -s renderer_opengl1_BePC.so renderer_opengl1_i386.so |
|---|
| 18 | echo "############################################################################" |
|---|
| 19 | echo "Remember to copy an official pak0.pk3 file to your baseq3 folder!" |
|---|
| 20 | echo "You can also add the Team Arena pak files to the missionpack folder." |
|---|
| 21 | echo "To run the official full version of the game, you also need to add the q3key" |
|---|
| 22 | echo "file with your registration key to each folder you add the pak files to." |
|---|
| 23 | echo "ioQuake3 will not run without pak files added!" |
|---|
| 24 | echo "############################################################################" |
|---|
| 25 | } |
|---|
| 26 | |
|---|
| 27 | LICENSE="GNU GPL v2" |
|---|
| 28 | COPYRIGHT="idSoftware and the ioquake3 team" |
|---|