mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-13 13:40:56 +00:00
some more solaris files
This commit is contained in:
parent
799150ffc1
commit
011285c232
8 changed files with 62 additions and 0 deletions
2
misc/setup/pkg/ioquake3m/depend
Normal file
2
misc/setup/pkg/ioquake3m/depend
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
P SUNWxilrl XIL Runtime Environment
|
||||||
|
P SFWsdl SDL - Simple DirectMedia Layer library
|
12
misc/setup/pkg/ioquake3m/pkginfo.template
Normal file
12
misc/setup/pkg/ioquake3m/pkginfo.template
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
CLASSES=none
|
||||||
|
BASEDIR=/usr/local/share/games
|
||||||
|
TZ=PST
|
||||||
|
PATH=/sbin:/usr/sbin:/usr/bin:/usr/sadm/install/bin
|
||||||
|
PKG=ioquake3m
|
||||||
|
NAME=ioquake3 demo data files for Solaris 10 (X11,GLX,SDL)
|
||||||
|
VERSION=
|
||||||
|
CATEGORY=application,graphics,opengl
|
||||||
|
DESC=ioquake3 demo data files for Solaris 10 (http://www.ioquake3.org/)
|
||||||
|
VENDOR=http://www.ioquake3.org/
|
||||||
|
EMAIL=quake@cojot.name
|
||||||
|
PKGSAV=/var/sadm/pkg/ioquake3m/save
|
10
misc/setup/pkg/ioquake3m/postinstall
Normal file
10
misc/setup/pkg/ioquake3m/postinstall
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# @(#)postinstall $Id: postinstall,v 1.2 2006/01/25 13:22:56 coyote Exp $
|
||||||
|
#
|
||||||
|
# postinstall script for quake3
|
||||||
|
|
||||||
|
quake3_dir=$BASEDIR
|
||||||
|
|
||||||
|
exit 0
|
||||||
|
|
10
misc/setup/pkg/ioquake3m/postremove
Normal file
10
misc/setup/pkg/ioquake3m/postremove
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# @(#)postinstall $Id: postremove,v 1.2 2006/01/25 13:22:56 coyote Exp $
|
||||||
|
#
|
||||||
|
# postinstall script for quake3
|
||||||
|
|
||||||
|
quake3_dir=$BASEDIR
|
||||||
|
|
||||||
|
exit 0
|
||||||
|
|
10
misc/setup/pkg/ioquake3m/preinstall
Normal file
10
misc/setup/pkg/ioquake3m/preinstall
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# @(#)postinstall $Id: preinstall,v 1.2 2006/01/25 13:22:56 coyote Exp $
|
||||||
|
#
|
||||||
|
# postinstall script for quake3
|
||||||
|
|
||||||
|
quake3_dir=$BASEDIR
|
||||||
|
|
||||||
|
exit 0
|
||||||
|
|
10
misc/setup/pkg/ioquake3m/preremove
Normal file
10
misc/setup/pkg/ioquake3m/preremove
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# @(#)postinstall $Id: preremove,v 1.2 2006/01/25 13:22:56 coyote Exp $
|
||||||
|
#
|
||||||
|
# postinstall script for quake3
|
||||||
|
|
||||||
|
quake3_dir=$BASEDIR
|
||||||
|
|
||||||
|
exit 0
|
||||||
|
|
7
misc/setup/pkg/ioquake3m/prototype.template
Normal file
7
misc/setup/pkg/ioquake3m/prototype.template
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
!default 0755 root bin
|
||||||
|
i pkginfo
|
||||||
|
i depend
|
||||||
|
i postinstall
|
||||||
|
i postremove
|
||||||
|
i preinstall
|
||||||
|
i preremove
|
1
misc/setup/pkg/ioquake3m/space
Normal file
1
misc/setup/pkg/ioquake3m/space
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/usr/local/share 50000 100
|
Loading…
Reference in a new issue