wok rev 8981
Automated merge with http://hg.slitaz.org/wok
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Wed Mar 02 20:58:26 2011 +0100 (2011-03-02) |
parents | 3f84434bc7ad bdfc447d18ac |
children | c2e7ccf93d10 |
files | screen-pam/receipt |
line diff
1.1 --- a/screen-pam/receipt Wed Mar 02 13:08:32 2011 +0000 1.2 +++ b/screen-pam/receipt Wed Mar 02 20:58:26 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 1.14 @@ -19,7 +19,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 &&
2.1 --- a/screen/receipt Wed Mar 02 13:08:32 2011 +0000 2.2 +++ b/screen/receipt Wed Mar 02 20:58:26 2011 +0100 2.3 @@ -9,6 +9,7 @@ 2.4 WEB_SITE="http://www.gnu.org/software/screen" 2.5 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 2.6 CONFIG_FILES="/etc/screenrc" 2.7 +DEPENDS="elfutils" 2.8 BUILD_DEPENDS="ncursesw-extra" 2.9 SUGGESTED="screen-terminfo" 2.10 2.11 @@ -16,7 +17,8 @@ 2.12 compile_rules() 2.13 { 2.14 cd $src 2.15 - ./configure && make && make -j1 DESTDIR=$DESTDIR install || return 1 2.16 + ./configure --with-sys-screenrc=/etc/screenrc && 2.17 + make && make -j1 DESTDIR=$DESTDIR install || return 1 2.18 mkdir -p $DESTDIR/usr/share/terminfo 2.19 tic -o $DESTDIR/usr/share/terminfo terminfo/screeninfo.src 2.20 mkdir -p $DESTDIR/etc