# HG changeset patch # User Pascal Bellard # Date 1433150032 -7200 # Node ID fcb16f7376988ebc3853f0fafb540e47fb70b2b6 # Parent eafc174e124b50737b39ba9cb07f656e86238de8 Up zsh (5.0.7) diff -r eafc174e124b -r fcb16f737698 zsh/receipt --- a/zsh/receipt Mon Jun 01 10:50:13 2015 +0200 +++ b/zsh/receipt Mon Jun 01 11:13:52 2015 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="zsh" -VERSION="4.3.15" +VERSION="5.0.7" CATEGORY="system-tools" SHORT_DESC="Zsh shell incorporates many features of bash, ksh, and tcsh" MAINTAINER="sandys@gmail.com" @@ -10,7 +10,6 @@ WEB_SITE="http://zsh.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" TAGS="shell" -BUGS="Does not support build bot: configure: error: no controlling tty\nTry running configure with --with-tcsetpgrp or --without-tcsetpgrp" DEPENDS="ncurses zlib ncursesw" BUILD_DEPENDS="ncurses-dev zlib-dev" @@ -18,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure --bindir=/bin \ --disable-dynamic --enable-multibyte \ --enable-fndir=/usr/share/zsh/functions \ @@ -43,7 +41,6 @@ cp -r $install/usr/share/zsh/functions $fs/usr/share/zsh mkdir -p $fs/usr/share/zsh/scripts - } # Post install commands for Tazpkg. @@ -84,4 +81,3 @@ ln -s /bin/busybox $root/bin/sh fi } -