aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/zsh_4.1.1.oe
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zsh_4.1.1.oe')
-rw-r--r--zsh/zsh_4.1.1.oe18
1 files changed, 0 insertions, 18 deletions
diff --git a/zsh/zsh_4.1.1.oe b/zsh/zsh_4.1.1.oe
deleted file mode 100644
index 0da7478d9e..0000000000
--- a/zsh/zsh_4.1.1.oe
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "The Zsh shell"
-SECTION = "base/shell"
-PRIORITY = "optional"
-MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
-DEPENDS = "ncurses pcre"
-PR = "r1"
-
-SRC_URI = "http://www.zsh.org/pub/zsh-${PV}.tar.bz2 \
- file://configure.patch;patch=1"
-
-inherit autotools
-
-EXTRA_OECONF = "--with-curses-terminfo"
-do_configure_prepend () {
- if [ ! -e acinclude.m4 ]; then
- cat aczsh.m4 > acinclude.m4
- fi
-}