]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/zsh/zsh_4.1.1.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / zsh / zsh_4.1.1.bb
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 LICENSE = "zsh"
8
9 SRC_URI = "http://www.zsh.org/pub/old/zsh-${PV}.tar.bz2 \
10          file://configure.patch;patch=1"
11
12 inherit autotools
13
14 EXTRA_OECONF = "--with-curses-terminfo"
15 do_configure_prepend () {
16         if [ ! -e acinclude.m4 ]; then
17                 cat aczsh.m4 > acinclude.m4
18         fi
19 }