aboutsummaryrefslogtreecommitdiffstats
path: root/misc/setup/pkg
diff options
context:
space:
mode:
authoricculus <icculus@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-09-15 01:48:58 +0000
committericculus <icculus@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-09-15 01:48:58 +0000
commit749667cac99b4e49e840ce645ea2ef872ddaaa41 (patch)
tree8438e02c25cc73db515c11da9c880a1347527563 /misc/setup/pkg
parente147ed40e85698cd26934efae666565840076cc5 (diff)
downloadioquake3-aero-749667cac99b4e49e840ce645ea2ef872ddaaa41.tar.gz
ioquake3-aero-749667cac99b4e49e840ce645ea2ef872ddaaa41.zip
Updated Solaris packaging, per Vincent Cojot.
Fixes Bugzilla #4058. git-svn-id: svn://svn.icculus.org/quake3/trunk@1608 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'misc/setup/pkg')
-rw-r--r--misc/setup/pkg/ioq3ded.sh11
-rw-r--r--misc/setup/pkg/ioquake3.sh11
-rw-r--r--misc/setup/pkg/ioquake3/depend5
-rw-r--r--misc/setup/pkg/ioquake3/pkginfo.template4
-rw-r--r--misc/setup/pkg/ioquake3d/depend3
-rw-r--r--misc/setup/pkg/ioquake3m/depend3
6 files changed, 24 insertions, 13 deletions
diff --git a/misc/setup/pkg/ioq3ded.sh b/misc/setup/pkg/ioq3ded.sh
index 62e92ef..511f4fb 100644
--- a/misc/setup/pkg/ioq3ded.sh
+++ b/misc/setup/pkg/ioq3ded.sh
@@ -5,8 +5,15 @@
IOQ3_DIR=/usr/local/share/games/quake3
-COMPILE_PLATFORM=`uname|sed -e s/_.*//|tr '[:upper:]' '[:lower:]'`
-COMPILE_ARCH=`uname -p | sed -e s/i.86/i386/`
+if [ "x${LD_LIBRARY_PATH}" = "x" ]; then
+ LD_LIBRARY_PATH="${IOQ3_DIR}/lib"
+else
+ LD_LIBRARY_PATH="${IOQ3_DIR}/lib:${LD_LIBRARY_PATH}"
+fi
+export LD_LIBRARY_PATH
+
+COMPILE_PLATFORM=`uname|sed -e 's/_.*//'|tr '[:upper:]' '[:lower:]'`
+COMPILE_ARCH=`uname -p | sed -e 's/i.86/i386/'`
EXEC_REL=release
diff --git a/misc/setup/pkg/ioquake3.sh b/misc/setup/pkg/ioquake3.sh
index f0d784f..29a050b 100644
--- a/misc/setup/pkg/ioquake3.sh
+++ b/misc/setup/pkg/ioquake3.sh
@@ -5,8 +5,15 @@
IOQ3_DIR=/usr/local/share/games/quake3
-COMPILE_PLATFORM=`uname|sed -e s/_.*//|tr '[:upper:]' '[:lower:]'`
-COMPILE_ARCH=`uname -p | sed -e s/i.86/i386/`
+if [ "x${LD_LIBRARY_PATH}" = "x" ]; then
+ LD_LIBRARY_PATH="${IOQ3_DIR}/lib"
+else
+ LD_LIBRARY_PATH="${IOQ3_DIR}/lib:${LD_LIBRARY_PATH}"
+fi
+export LD_LIBRARY_PATH
+
+COMPILE_PLATFORM=`uname|sed -e 's/_.*//'|tr '[:upper:]' '[:lower:]'`
+COMPILE_ARCH=`uname -p | sed -e 's/i.86/i386/'`
EXEC_REL=release
diff --git a/misc/setup/pkg/ioquake3/depend b/misc/setup/pkg/ioquake3/depend
index 11170ca..ad9a1d9 100644
--- a/misc/setup/pkg/ioquake3/depend
+++ b/misc/setup/pkg/ioquake3/depend
@@ -1,3 +1,2 @@
-P SUNWxilrl XIL Runtime Environment
-P SFWsdl SDL - Simple DirectMedia Layer library
-P ioquake3d Icculus.Org Quake3 game data files for Solaris 10 (X11,GLX,SDL)
+P SUNWxwplt X Window System platform software
+P ioquake3d Icculus.Org Quake3 patch data files for Solaris 10 (X11,GLX,SDL)
diff --git a/misc/setup/pkg/ioquake3/pkginfo.template b/misc/setup/pkg/ioquake3/pkginfo.template
index 34d5b1f..18f81c3 100644
--- a/misc/setup/pkg/ioquake3/pkginfo.template
+++ b/misc/setup/pkg/ioquake3/pkginfo.template
@@ -3,10 +3,10 @@ BASEDIR=/usr/local/share/games
TZ=PST
PATH=/sbin:/usr/sbin:/usr/bin:/usr/sadm/install/bin
PKG=ioquake3
-NAME=ioquake3 1.34 for Solaris 10 (X11,GLX,SDL)
+NAME=ioquake3 for Solaris 10 (X11,GLX,SDL)
VERSION=
CATEGORY=application,graphics,opengl
-DESC=Icculus.Org Quake3 1.34 for Solaris 10 (http://www.ioquake3.org/)
+DESC=Icculus.Org Quake3 for Solaris 10 (http://www.ioquake3.org/)
VENDOR=http://www.ioquake3.org/
EMAIL=quake@cojot.name
PKGSAV=/var/sadm/pkg/ioquake3/save
diff --git a/misc/setup/pkg/ioquake3d/depend b/misc/setup/pkg/ioquake3d/depend
index b55ff88..101bfab 100644
--- a/misc/setup/pkg/ioquake3d/depend
+++ b/misc/setup/pkg/ioquake3d/depend
@@ -1,2 +1 @@
-P SUNWxilrl XIL Runtime Environment
-P SFWsdl SDL - Simple DirectMedia Layer library
+P SUNWxwplt X Window System platform software
diff --git a/misc/setup/pkg/ioquake3m/depend b/misc/setup/pkg/ioquake3m/depend
index b55ff88..101bfab 100644
--- a/misc/setup/pkg/ioquake3m/depend
+++ b/misc/setup/pkg/ioquake3m/depend
@@ -1,2 +1 @@
-P SUNWxilrl XIL Runtime Environment
-P SFWsdl SDL - Simple DirectMedia Layer library
+P SUNWxwplt X Window System platform software