wok-6.x diff screen/receipt @ rev 11643
asunder, beaver, leafpad, mhwaveedit: Fixed receipts. (desktop file should be copied by cook)
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Feb 03 12:29:45 2012 -0500 (2012-02-03) |
parents | 573a3ad4609a |
children | b2a632fc9587 |
line diff
1.1 --- a/screen/receipt Sun May 22 02:29:02 2011 +0000 1.2 +++ b/screen/receipt Fri Feb 03 12:29:45 2012 -0500 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