Screen built for Solaris

This commit is contained in:
Tom G. Christensen
2004-01-06 13:24:45 +00:00
committed by tgc
parent c36daf6c39
commit 7ed603486b
3 changed files with 134 additions and 0 deletions

11
screen/meta/pkginfo.in Normal file
View File

@@ -0,0 +1,11 @@
PKG="%%pkgname%%"
NAME="%%name%%"
ARCH="sparc"
VERSION="%%version%%"
CATEGORY="%%pkgcat%%"
VENDOR="%%pkgvendor%%"
EMAIL="Tom G. Christenen - tgc@statsbiblioteket.dk"
PSTAMP="%%pkgver%%"
BASEDIR="%%topinstalldir%%"
CLASSES="none"
DESC="%%pkgdesc%%"

14
screen/meta/postinstall Normal file
View File

@@ -0,0 +1,14 @@
# Simple postinstall script
#
# We will attempt to install a terminfo entry for screen
# and to make screen SUID root
SHAREDIR=${BASEDIR}/share/screen
TIC=/usr/5bin/tic
# install terminfo
${TIC} ${SHAREDIR}/screeninfo.src
# Make screen suid root
chown root:bin ${BASEDIR}/bin/screen-4.0.2
chmod 4755 ${BASEDIR}/bin/screen-4.0.2