wok-6.x diff screen-pam/receipt @ rev 25479

created recipes for py3k-llfuse and py3k-secretstorage
author Hans-G?nter Theisgen
date Mon Oct 17 07:20:04 2022 +0100 (23 months ago)
parents 71360a13cd94
children
line diff
     1.1 --- a/screen-pam/receipt	Fri Jan 28 18:19:21 2022 +0000
     1.2 +++ b/screen-pam/receipt	Mon Oct 17 07:20:04 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="screen-pam"
     1.7 -VERSION="4.8.0"
     1.8 +VERSION="4.9.0"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Terminal multiplexer with PAM support."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -17,7 +17,7 @@
    1.13  SUGGESTED="screen-terminfo"
    1.14  PROVIDE="screen:pam"
    1.15  DEPENDS="elfutils pam"
    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 @@ -29,12 +29,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  		--enable-pam				\
    1.29  		$CONFIGURE_ARGS &&
    1.30  	make &&
    1.31 -	make -j1 DESTDIR=$DESTDIR install &&
    1.32 +	make -j1 install DESTDIR=$DESTDIR &&
    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 &&