wok-4.x diff screen-pam/receipt @ rev 11465
seed: add intltool to build_depends
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Dec 17 11:45:19 2011 +0100 (2011-12-17) |
parents | f73516f45a90 |
children |
line diff
1.1 --- a/screen-pam/receipt Thu Mar 03 12:35:55 2011 +0000 1.2 +++ b/screen-pam/receipt Sat Dec 17 11:45:19 2011 +0100 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 &&