summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/zsh_4.1.1.oe18
1 files changed, 18 insertions, 0 deletions
diff --git a/zsh/zsh_4.1.1.oe b/zsh/zsh_4.1.1.oe
index e69de29bb2..91869b3caa 100644
--- a/zsh/zsh_4.1.1.oe
+++ b/zsh/zsh_4.1.1.oe
@@ -0,0 +1,18 @@
+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"
+do_configure_prepend () {
+ if [ ! -e acinclude.m4 ]; then
+ cat aczsh.m4 > acinclude.m4
+ fi
+}