wok-next diff screen/receipt @ rev 10754
slitaz-i18n-extra: use EXTRA_PKGS as bdeps
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 30 22:12:10 2011 +0200 (2011-05-30) |
parents | bdfc447d18ac |
children | 731695dfaf97 |
line diff
1.1 --- a/screen/receipt Wed Mar 02 20:57:11 2011 +0100 1.2 +++ b/screen/receipt Mon May 30 22:12:10 2011 +0200 1.3 @@ -9,15 +9,16 @@ 1.4 WEB_SITE="http://www.gnu.org/software/screen" 1.5 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.6 CONFIG_FILES="/etc/screenrc" 1.7 +SUGGESTED="screen-terminfo" 1.8 + 1.9 DEPENDS="elfutils" 1.10 BUILD_DEPENDS="ncursesw-extra" 1.11 -SUGGESTED="screen-terminfo" 1.12 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 cd $src 1.17 - ./configure --with-sys-screenrc=/etc/screenrc && 1.18 + ./configure --with-sys-screenrc=/etc/screenrc $CONFIGURE_ARGS && 1.19 make && make -j1 DESTDIR=$DESTDIR install || return 1 1.20 mkdir -p $DESTDIR/usr/share/terminfo 1.21 tic -o $DESTDIR/usr/share/terminfo terminfo/screeninfo.src