wok diff screen/receipt @ rev 25438

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 01 11:12:31 2022 +0000 (22 months ago)
parents 71360a13cd94
children d79ed38ace18
line diff
     1.1 --- a/screen/receipt	Fri Jan 28 18:19:21 2022 +0000
     1.2 +++ b/screen/receipt	Thu Sep 01 11:12:31 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="screen"
     1.7 -VERSION="4.8.0"
     1.8 +VERSION="4.9.0"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Terminal multiplexer."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -15,7 +15,7 @@
    1.13  
    1.14  SUGGESTED="screen-terminfo"
    1.15  DEPENDS="elfutils"
    1.16 -BUILD_DEPENDS="ncursesw-extra texinfo"
    1.17 +BUILD_DEPENDS="automake ncursesw-extra texinfo"
    1.18  
    1.19  # What is the latest version available today?
    1.20  current_version()
    1.21 @@ -27,11 +27,13 @@
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 +	./autogen.sh &&
    1.26  	./configure					\
    1.27  		--with-sys-screenrc=/etc/screenrc	\
    1.28  		$CONFIGURE_ARGS &&
    1.29  	make &&
    1.30 -	make -j1 DESTDIR=$DESTDIR install &&
    1.31 +	make install DESTDIR=$DESTDIR &&
    1.32 +
    1.33  	mkdir -p $DESTDIR/usr/share/terminfo &&
    1.34  	tic -o $DESTDIR/usr/share/terminfo terminfo/screeninfo.src &&
    1.35  	mkdir -p $DESTDIR/etc &&