wok-next diff zsh/receipt @ rev 11465
seed: add intltool to build_depends
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Dec 17 11:45:19 2011 +0100 (2011-12-17) |
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 Dec 17 11:45:19 2011 +0100 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 {