Skip to content

Commit

Permalink
some more solaris files
Browse files Browse the repository at this point in the history
  • Loading branch information
lnussel committed May 4, 2009
1 parent 799150f commit 011285c
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 0 deletions.
2 changes: 2 additions & 0 deletions misc/setup/pkg/ioquake3m/depend
@@ -0,0 +1,2 @@
P SUNWxilrl XIL Runtime Environment
P SFWsdl SDL - Simple DirectMedia Layer library
12 changes: 12 additions & 0 deletions misc/setup/pkg/ioquake3m/pkginfo.template
@@ -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 changes: 10 additions & 0 deletions misc/setup/pkg/ioquake3m/postinstall
@@ -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 changes: 10 additions & 0 deletions misc/setup/pkg/ioquake3m/postremove
@@ -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 changes: 10 additions & 0 deletions misc/setup/pkg/ioquake3m/preinstall
@@ -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 changes: 10 additions & 0 deletions misc/setup/pkg/ioquake3m/preremove
@@ -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 changes: 7 additions & 0 deletions misc/setup/pkg/ioquake3m/prototype.template
@@ -0,0 +1,7 @@
!default 0755 root bin
i pkginfo
i depend
i postinstall
i postremove
i preinstall
i preremove
1 change: 1 addition & 0 deletions misc/setup/pkg/ioquake3m/space
@@ -0,0 +1 @@
/usr/local/share 50000 100

0 comments on commit 011285c

Please sign in to comment.