wok rev 10928

screen: add vertical split
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 18 08:32:00 2011 +0200 (2011-08-18)
parents f51ffad7db07
children fbb1603904fb
files screen/receipt
line diff
     1.1 --- a/screen/receipt	Wed Aug 17 12:52:36 2011 +0000
     1.2 +++ b/screen/receipt	Thu Aug 18 08:32:00 2011 +0200
     1.3 @@ -14,10 +14,16 @@
     1.4  DEPENDS="elfutils"
     1.5  BUILD_DEPENDS="ncursesw-extra"
     1.6  
     1.7 +# http://fungi.yuggoth.org/vsp4s/	Vertical split ^A V
     1.8 +PATCH=http://vsp4sdl.yuggoth.org/wrp_vertical_split_0.3_4.0.2.diff.bz2
     1.9 +
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13  	cd $src
    1.14 +	[ -s $SOURCES_REPOSITORY/$(basename $PATCH) ] ||
    1.15 +		wget -P $SOURCES_REPOSITORY $PATCH
    1.16 +	bzcat $SOURCES_REPOSITORY/$(basename $PATCH) | patch -p1
    1.17  	./configure --with-sys-screenrc=/etc/screenrc $CONFIGURE_ARGS &&
    1.18  	make && make -j1 DESTDIR=$DESTDIR install || return 1
    1.19  	mkdir -p $DESTDIR/usr/share/terminfo