wok-next diff zsh/receipt @ rev 18545
Add: get-vivaldi, kazehakase. Up: firefox-official(42.0). Misc: change various icons.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Nov 07 03:08:19 2015 +0200 (2015-11-07) |
parents | 191b99ca9dc2 |
children | 9e01bc6321ea |
line diff
1.1 --- a/zsh/receipt Wed Oct 02 10:41:05 2013 +0000 1.2 +++ b/zsh/receipt Sat Nov 07 03:08:19 2015 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="zsh" 1.7 -VERSION="4.3.15" 1.8 +VERSION="5.0.7" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Zsh shell incorporates many features of bash, ksh, and tcsh" 1.11 MAINTAINER="sandys@gmail.com" 1.12 @@ -10,7 +10,6 @@ 1.13 WEB_SITE="http://zsh.sourceforge.net/" 1.14 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.15 TAGS="shell" 1.16 -BUGS="Does not support build bot: configure: error: no controlling tty\nTry running configure with --with-tcsetpgrp or --without-tcsetpgrp" 1.17 1.18 DEPENDS="ncurses zlib ncursesw" 1.19 BUILD_DEPENDS="ncurses-dev zlib-dev" 1.20 @@ -18,7 +17,6 @@ 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 - cd $src 1.25 ./configure --bindir=/bin \ 1.26 --disable-dynamic --enable-multibyte \ 1.27 --enable-fndir=/usr/share/zsh/functions \ 1.28 @@ -43,7 +41,6 @@ 1.29 cp -r $install/usr/share/zsh/functions $fs/usr/share/zsh 1.30 1.31 mkdir -p $fs/usr/share/zsh/scripts 1.32 - 1.33 } 1.34 1.35 # Post install commands for Tazpkg. 1.36 @@ -84,4 +81,3 @@ 1.37 ln -s /bin/busybox $root/bin/sh 1.38 fi 1.39 } 1.40 -