wok-stable rev 11123
Up: zsh to 4.3.12.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Oct 26 20:10:43 2011 +0000 (2011-10-26) |
parents | d12296a4ada4 |
children | 1e98b56c9f38 |
files | zsh/receipt |
line diff
1.1 --- a/zsh/receipt Wed Oct 26 20:08:01 2011 +0000 1.2 +++ b/zsh/receipt Wed Oct 26 20:10:43 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 {