wok diff screen-pam/receipt @ rev 10691

tazwok: myabe fix receipt
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 27 21:29:22 2011 +0200 (2011-05-27)
parents f73516f45a90
children 164fcaca1cd0
line diff
     1.1 --- a/screen-pam/receipt	Thu Mar 03 12:35:55 2011 +0000
     1.2 +++ b/screen-pam/receipt	Fri May 27 21:29:22 2011 +0200
     1.3 @@ -10,17 +10,18 @@
     1.4  WEB_SITE="http://www.gnu.org/software/screen"
     1.5  WGET_URL="$GNU_MIRROR/$SOURCE/$TARBALL"
     1.6  CONFIG_FILES="/etc/screenrc"
     1.7 +SUGGESTED="screen-terminfo"
     1.8 +PROVIDE="screen:pam"
     1.9 +
    1.10  DEPENDS="pam elfutils"
    1.11  BUILD_DEPENDS="ncursesw-extra"
    1.12 -SUGGESTED="screen-terminfo"
    1.13 -PROVIDE="screen:pam"
    1.14  
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18  	cd $src
    1.19  	./configure --with-sys-screenrc=/etc/screenrc \
    1.20 -		--enable-pam &&
    1.21 +		--enable-pam $CONFIGURE_ARGS &&
    1.22  	make &&
    1.23  	make -j1 DESTDIR=$DESTDIR install &&
    1.24  	mkdir -p $DESTDIR/usr/share/terminfo &&