main/screen: updated to 4.9.0

This commit is contained in:
emmett1
2022-02-19 08:26:51 +08:00
parent 3c21c01900
commit 64632aac44
3 changed files with 9 additions and 5 deletions

View File

@@ -1 +1 @@
d276213d3acd10339cd37848b8c4ab1e screen-4.8.0.tar.gz
b1ef8ed89134d335e614016634982b6d screen-4.9.0.tar.gz

View File

@@ -1,10 +1,13 @@
screen-4.9.0-1
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/screenrc
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/screen -> screen-4.8.0
-rwsr-xr-x root/root usr/bin/screen-4.8.0
lrwxrwxrwx root/root usr/bin/screen -> screen-4.9.0
-rwsr-xr-x root/root usr/bin/screen-4.9.0
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/info/
-rw-r--r-- root/root usr/share/info/screen.info.gz
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/screen.1.gz

View File

@@ -1,13 +1,14 @@
# description : Terminal multiplexor that runs several separate processes
name=screen
version=4.8.0
version=4.9.0
release=1
source="https://ftp.gnu.org/gnu/$name/$name-$version.tar.gz"
build() {
cd $name-$version
NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr \
--infodir=/usr/share/info \
--mandir=/usr/share/man \