wok-6.x diff screen-pam/receipt @ rev 13529
gparted: remove -v option from swapon/off commands.
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Sat Oct 20 15:59:02 2012 +0000 (2012-10-20) |
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 Sat Oct 20 15:59:02 2012 +0000 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 &&