wok diff screen/receipt @ rev 14056

Add: tazinst-gui (3.90)
author Dominique Corbex <domcox@slitaz.org>
date Wed Feb 20 09:41:19 2013 +0100 (2013-02-20)
parents 573a3ad4609a
children b2a632fc9587
line diff
     1.1 --- a/screen/receipt	Sun May 22 02:29:02 2011 +0000
     1.2 +++ b/screen/receipt	Wed Feb 20 09:41:19 2013 +0100
     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