wok diff zsh/receipt @ rev 11303

Up: kismet (2011-08-R1)
author Alexander Medvedev <devl547@gmail.com>
date Sat Nov 12 22:29:28 2011 +0000 (2011-11-12)
parents b13331a9b7da
children c0dfe349e377
line diff
     1.1 --- a/zsh/receipt	Fri May 20 01:39:30 2011 +0000
     1.2 +++ b/zsh/receipt	Sat Nov 12 22:29:28 2011 +0000
     1.3 @@ -1,10 +1,8 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="zsh"
     1.7 -VERSION="4.3.11"
     1.8 +VERSION="4.3.12"
     1.9  CATEGORY="system-tools"
    1.10 -DEPENDS="ncurses zlib ncursesw"
    1.11 -BUILD_DEPENDS="ncurses-dev zlib-dev"
    1.12  SHORT_DESC="Zsh shell incorporates many features of bash, ksh, and tcsh"
    1.13  MAINTAINER="sandys@gmail.com"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15 @@ -12,6 +10,9 @@
    1.16  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.17  TAGS="shell"
    1.18  
    1.19 +DEPENDS="ncurses zlib ncursesw"
    1.20 +BUILD_DEPENDS="ncurses-dev zlib-dev"
    1.21 +
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {