Update to 4.0.3.
Update to newstyle buildpkg.
This commit is contained in:
13
screen/meta/pkgdef
Normal file
13
screen/meta/pkgdef
Normal file
@@ -0,0 +1,13 @@
|
||||
[screen]
|
||||
pkgname="${pkgprefix}${topdir}"
|
||||
name="$topdir - Terminal multiplexer"
|
||||
pkgver="$pkgver"
|
||||
pkgvendor="http://ftp.uni-erlangen.de/pub/utilities/screen/"
|
||||
pkgdesc="Runs separate screens on a single terminal"
|
||||
files(4755,root,bin)
|
||||
$_bindir/screen-*
|
||||
files(-,root,bin)
|
||||
$_bindir/screen
|
||||
$_sharedir
|
||||
$_sysconfdir
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
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%%"
|
||||
@@ -8,7 +8,3 @@ 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
|
||||
27
screen/meta/relnotes
Normal file
27
screen/meta/relnotes
Normal file
@@ -0,0 +1,27 @@
|
||||
PACKAGE DETAILS
|
||||
---------------
|
||||
Name: %%PKGNAME%%
|
||||
Version: %%SOURCE_AND_VER%%
|
||||
Vendor: %%VENDOR%%
|
||||
Packager: %%PKGEDBY%%
|
||||
|
||||
Source (sha1sum):
|
||||
%%SOURCE_SHA1SUM%%
|
||||
|
||||
BUILD DETAILS
|
||||
-------------
|
||||
Compiler:
|
||||
%%COMPILER%%
|
||||
|
||||
Environment:
|
||||
%%ENVIRONMENT%%
|
||||
|
||||
Configure:
|
||||
%%CONFIGURE%%
|
||||
|
||||
KNOWN DEPENDENCIES
|
||||
------------------
|
||||
%%DEPENDENCIES%%
|
||||
|
||||
ERRORS/MISCELLANEOUS
|
||||
--------------------
|
||||
Reference in New Issue
Block a user