minor section fix for zsh and bash
[vuplus_openembedded] / zsh / zsh_4.1.1.oe
1 DESCRIPTION = "The Zsh shell"
2 SECTION = "base/shell"
3 PRIORITY = "optional"
4 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
5 DEPENDS = "ncurses pcre"
6 PR = "r1"
7
8 SRC_URI = "http://www.zsh.org/pub/zsh-${PV}.tar.bz2 \
9          file://configure.patch;patch=1"
10
11 inherit autotools
12
13 EXTRA_OECONF = "--with-curses-terminfo"
14 do_configure_prepend () {
15         if [ ! -e acinclude.m4 ]; then
16                 cat aczsh.m4 > acinclude.m4
17         fi
18 }