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

Fix screen/screen-pam depends & config location
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Mar 02 20:57:11 2011 +0100 (2011-03-02)
parents cbe6992bdda8
children 441a612f852a
line diff
     1.1 --- a/screen-pam/receipt	Sun Feb 27 23:33:47 2011 +0100
     1.2 +++ b/screen-pam/receipt	Wed Mar 02 20:57:11 2011 +0100
     1.3 @@ -10,8 +10,8 @@
     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 -DEPENDS="pam"
     1.8 -BUILD_DEPENDS="ncursesw-extra pam pam-dev"
     1.9 +DEPENDS="pam elfutils"
    1.10 +BUILD_DEPENDS="ncursesw-extra"
    1.11  SUGGESTED="screen-terminfo"
    1.12  PROVIDE="screen:pam"
    1.13  SRC_WANTED="$SOURCE"
    1.14 @@ -20,7 +20,8 @@
    1.15  compile_rules()
    1.16  {
    1.17  	cd $src
    1.18 -	./configure --enable-pam &&
    1.19 +	./configure --with-sys-screenrc=/etc/screenrc \
    1.20 +		--enable-pam &&
    1.21  	make &&
    1.22  	make -j1 DESTDIR=$DESTDIR install &&
    1.23  	mkdir -p $DESTDIR/usr/share/terminfo &&