From a23565c054906e316011ec06259f43e067d7a69a Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 20 Oct 2003 22:56:34 +0000 Subject: Move some nonbuilding items into nonworking.. fix the libpcap, openssh, nano builds that were failing due to 1) aclocal.m4 being the only place containing their macros, and 2) _au_changequote() refs that are never removed by autoconf. BKrev: 3f946822OUfB3oA0KwkHGEFd0cEV1Q --- zsh/zsh_4.1.1.oe | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'zsh') 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 " +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 +} -- cgit v1.2.3