zsh: add version 5.0.2
authorLuka Perkov <luka@openwrt.org>
Mon, 4 Feb 2013 00:10:08 +0000 (00:10 +0000)
committerLuka Perkov <luka@openwrt.org>
Mon, 4 Feb 2013 00:10:08 +0000 (00:10 +0000)
commitdea91ea5cf191e800120b63667e926dfa0844ad4
tree8b6a093ea9364222daf8db8a7f375862489d8a12
parent827ffe40e4edf98807fe5967d38bfc1c22773bd2
zsh: add version 5.0.2

Installs the shell binary, and all applicable completion functions.
Completion functions specific for other systems (e.g. AIX/Solaris/Redhat/etc)
are not installed.

Compiled against ncurses. Notice the "--with-term-lib=..." at Build/Configure
forcing the preference for ncurses (against ncursesw). To build with ncursesw,
(i) change the dependencies, (ii) remove the '--with-term-lib=...' (iii) add
CPPFLAGS=-I$(STAGING_DIR)/usr/include/ncursesw to the configure command.

Signed-off-by: Francisco Borges <francisco.borges@gmail.com>
SVN-Revision: 35474
utils/zsh/Makefile [new file with mode: 0644]