Screen built for Solaris
This commit is contained in:
11
screen/meta/pkginfo.in
Normal file
11
screen/meta/pkginfo.in
Normal 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
14
screen/meta/postinstall
Normal 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
|
||||
Reference in New Issue
Block a user