wok diff tcsh/receipt @ rev 19706
audit: disable some preinstalled packages
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 14 22:13:07 2017 +0100 (2017-02-14) |
parents | de49f29b101e |
children | aa1584474883 |
line diff
1.1 --- a/tcsh/receipt Thu Dec 05 15:25:09 2013 +0000 1.2 +++ b/tcsh/receipt Tue Feb 14 22:13:07 2017 +0100 1.3 @@ -12,9 +12,13 @@ 1.4 #The following build dep will be necessary when glibc ups to 2.14. 1.5 #BUILD_DEPENDS="libtirpc" 1.6 1.7 +DEPENDS="ncurses" 1.8 +BUILD_DEPENDS="ncurses-dev" 1.9 + 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 { 1.13 + export LDFLAGS="$LDFLAGS -ltinfo" 1.14 mkdir -p $DESTDIR/usr/bin 1.15 touch $DESTDIR/usr/bin/tcsh 1.16 ./configure $CONFIGURE_ARGS && 1.17 @@ -28,9 +32,6 @@ 1.18 { 1.19 mkdir -p $fs/usr/bin \ 1.20 $fs/usr/share 1.21 - 1.22 cp -a $install/usr/bin/tcsh $fs/usr/bin 1.23 - 1.24 cp -ar $install/usr/share/locale $fs/usr/share 1.25 } 1.26 -