wok-6.x diff screen/receipt @ rev 11308
Fix: remove some unneeded xfburn depends
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sun Nov 13 11:09:54 2011 +0000 (2011-11-13) |
parents | 573a3ad4609a |
children | b2a632fc9587 |
line diff
1.1 --- a/screen/receipt Sun May 22 02:29:02 2011 +0000 1.2 +++ b/screen/receipt Sun Nov 13 11:09:54 2011 +0000 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