wok rev 18104

Up zsh (5.0.7)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 01 11:13:52 2015 +0200 (2015-06-01)
parents eafc174e124b
children e19b640a110d
files zsh/receipt
line diff
     1.1 --- a/zsh/receipt	Mon Jun 01 10:50:13 2015 +0200
     1.2 +++ b/zsh/receipt	Mon Jun 01 11:13:52 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 -