aboutsummaryrefslogtreecommitdiffstats
path: root/code/unix/q3test.spec.sh
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-09-25 21:43:48 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-09-25 21:43:48 +0000
commitf88350b2cd66fc278f479ac4af1e6ff4f420507a (patch)
tree5429e525d8bb1e323adfc909e2ed36110b328d88 /code/unix/q3test.spec.sh
parent6f6a6d0e4d64c69e56082d82c12c0cee7155f43c (diff)
downloadioquake3-aero-f88350b2cd66fc278f479ac4af1e6ff4f420507a.tar.gz
ioquake3-aero-f88350b2cd66fc278f479ac4af1e6ff4f420507a.zip
* Removed cons based build system
* Removed some id specific shell/perl scripts * Removed some unused asm files * Removed prehistoric RPM build rules git-svn-id: svn://svn.icculus.org/quake3/trunk@104 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/unix/q3test.spec.sh')
-rw-r--r--code/unix/q3test.spec.sh52
1 files changed, 0 insertions, 52 deletions
diff --git a/code/unix/q3test.spec.sh b/code/unix/q3test.spec.sh
deleted file mode 100644
index ca69636..0000000
--- a/code/unix/q3test.spec.sh
+++ /dev/null
@@ -1,52 +0,0 @@
-#!/bin/sh
-# Generate Quake3 test
-# $1 is version
-# $2 is release
-# $3 is arch
-# $4 is install dir (assumed to be in /var/tmp)
-cat <<EOF
-%define name q3test
-%define version ${1}
-%define release ${2}
-%define arch ${3}
-%define builddir \$RPM_BUILD_DIR/%{name}-%{version}
-Name: %{name}
-Version: %{version}
-Release: %{release}
-Vendor: id Software
-Packager: Dave "Zoid" Kirsch <zoid@idsoftware.com>
-URL: http://www.idsoftware.com/
-Source: q3test-%{version}.tar.gz
-Group: Games
-Copyright: Restricted
-Icon: quake3.gif
-BuildRoot: /var/tmp/%{name}-%{version}
-Summary: Q3Test for Linux
-
-%description
-
-%install
-
-%files
-
-%attr(644,root,root) $4/README.EULA
-%attr(644,root,root) $4/README.Q3Test
-%attr(644,root,root) $4/README.Linux
-%attr(644,root,root) $4/Quake3.kdelnk
-%attr(644,root,root) $4/quake3.xpm
-%attr(755,root,root) $4/linuxquake3
-%attr(755,root,root) $4/cgamei386.so
-%attr(755,root,root) $4/qagamei386.so
-%attr(755,root,root) $4/uii386.so
-%attr(755,root,root) $4/libMesaVoodooGL.so.3.1
-%attr(644,root,root) $4/demoq3/pak0.pk3
-
-%post
-
-if [ -n "\$KDEDIR" ]; then
- ln -sf $4/Quake3.kdelnk \$KDEDIR/share/applnk/Games/Quake3.kdelnk
- ln -sf $4/quake3.xpm \$KDEDIR/share/icons/quake3.xpm
-fi
-
-EOF
-