wok-current rev 10341
screen: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 22 02:29:02 2011 +0000 (2011-05-22) |
parents | c3cb3e39825d |
children | c3034af6243a |
files | screen-pam/receipt screen/receipt |
line diff
1.1 --- a/screen-pam/receipt Sun May 22 02:24:27 2011 +0000 1.2 +++ b/screen-pam/receipt Sun May 22 02:29:02 2011 +0000 1.3 @@ -10,17 +10,18 @@ 1.4 WEB_SITE="http://www.gnu.org/software/screen" 1.5 WGET_URL="$GNU_MIRROR/$SOURCE/$TARBALL" 1.6 CONFIG_FILES="/etc/screenrc" 1.7 +SUGGESTED="screen-terminfo" 1.8 +PROVIDE="screen:pam" 1.9 + 1.10 DEPENDS="pam elfutils" 1.11 BUILD_DEPENDS="ncursesw-extra" 1.12 -SUGGESTED="screen-terminfo" 1.13 -PROVIDE="screen:pam" 1.14 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 cd $src 1.19 ./configure --with-sys-screenrc=/etc/screenrc \ 1.20 - --enable-pam && 1.21 + --enable-pam $CONFIGURE_ARGS && 1.22 make && 1.23 make -j1 DESTDIR=$DESTDIR install && 1.24 mkdir -p $DESTDIR/usr/share/terminfo &&
2.1 --- a/screen/receipt Sun May 22 02:24:27 2011 +0000 2.2 +++ b/screen/receipt Sun May 22 02:29:02 2011 +0000 2.3 @@ -9,15 +9,16 @@ 2.4 WEB_SITE="http://www.gnu.org/software/screen" 2.5 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 2.6 CONFIG_FILES="/etc/screenrc" 2.7 +SUGGESTED="screen-terminfo" 2.8 + 2.9 DEPENDS="elfutils" 2.10 BUILD_DEPENDS="ncursesw-extra" 2.11 -SUGGESTED="screen-terminfo" 2.12 2.13 # Rules to configure and make the package. 2.14 compile_rules() 2.15 { 2.16 cd $src 2.17 - ./configure --with-sys-screenrc=/etc/screenrc && 2.18 + ./configure --with-sys-screenrc=/etc/screenrc $CONFIGURE_ARGS && 2.19 make && make -j1 DESTDIR=$DESTDIR install || return 1 2.20 mkdir -p $DESTDIR/usr/share/terminfo 2.21 tic -o $DESTDIR/usr/share/terminfo terminfo/screeninfo.src