wok diff screen/receipt @ rev 10426
gdbm: moved depends.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue May 24 13:53:15 2011 +0000 (2011-05-24) |
parents | bdfc447d18ac |
children | 731695dfaf97 |
line diff
1.1 --- a/screen/receipt Wed Mar 02 20:57:11 2011 +0100 1.2 +++ b/screen/receipt Tue May 24 13:53:15 2011 +0000 1.3 @@ -9,15 +9,16 @@ 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 +SUGGESTED="screen-terminfo" 1.8 + 1.9 DEPENDS="elfutils" 1.10 BUILD_DEPENDS="ncursesw-extra" 1.11 -SUGGESTED="screen-terminfo" 1.12 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 cd $src 1.17 - ./configure --with-sys-screenrc=/etc/screenrc && 1.18 + ./configure --with-sys-screenrc=/etc/screenrc $CONFIGURE_ARGS && 1.19 make && make -j1 DESTDIR=$DESTDIR install || return 1 1.20 mkdir -p $DESTDIR/usr/share/terminfo 1.21 tic -o $DESTDIR/usr/share/terminfo terminfo/screeninfo.src