summaryrefslogtreecommitdiff
path: root/content/zsh-4.1.1.oe
blob: d42f7ea455a6ab22d629af5717f8b26c9414288a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION="Zsh shell"
SECTION="base"
PRIORITY="optional"
MAINTAINER="Chris Larson <kergoth@handhelds.org>"
RDEPENDS="libc6"
DEPENDS=virtual/libc ncurses pcre

SRC_URI="http://www.zsh.org/pub/${P}.tar.bz2"
S="${WORKDIR}/${P}"

inherit autotools

EXTRA_OECONF = "--with-curses-terminfo"