wok diff screen/receipt @ rev 10017

thunar-archive-plugin: fix bdeps
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu May 19 12:28:58 2011 +0200 (2011-05-19)
parents cbe6992bdda8
children 573a3ad4609a
line diff
     1.1 --- a/screen/receipt	Sun Feb 27 23:33:47 2011 +0100
     1.2 +++ b/screen/receipt	Thu May 19 12:28:58 2011 +0200
     1.3 @@ -9,6 +9,7 @@
     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 +DEPENDS="elfutils"
     1.8  BUILD_DEPENDS="ncursesw-extra"
     1.9  SUGGESTED="screen-terminfo"
    1.10  
    1.11 @@ -16,7 +17,8 @@
    1.12  compile_rules()
    1.13  {
    1.14  	cd $src
    1.15 -	./configure && make && make -j1 DESTDIR=$DESTDIR install || return 1
    1.16 +	./configure --with-sys-screenrc=/etc/screenrc &&
    1.17 +	make && make -j1 DESTDIR=$DESTDIR install || return 1
    1.18  	mkdir -p $DESTDIR/usr/share/terminfo
    1.19  	tic -o $DESTDIR/usr/share/terminfo terminfo/screeninfo.src
    1.20  	mkdir -p $DESTDIR/etc