From c3316cf01d65cb6a41d43a878846ecbafa283685 Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Mon, 9 Nov 2009 07:51:58 +0000 Subject: zsh: Add recipe for 4.3.10 (latest upstream). * Checksum was already in OE. --- recipes/zsh/zsh_4.3.10.bb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 recipes/zsh/zsh_4.3.10.bb (limited to 'recipes/zsh') diff --git a/recipes/zsh/zsh_4.3.10.bb b/recipes/zsh/zsh_4.3.10.bb new file mode 100644 index 0000000000..3935e1f0cc --- /dev/null +++ b/recipes/zsh/zsh_4.3.10.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "The Zsh shell" +SECTION = "base/shell" +PRIORITY = "optional" +DEPENDS = "ncurses libpcre" +PR = "r1" +LICENSE = "zsh" + +SRC_URI = "http://www.zsh.org/pub/zsh-${PV}.tar.bz2 \ +" + +inherit autotools + +do_configure() { + oe_runconf +} + +EXTRA_OECONF = "--with-term-lib="ncurses" --with-tcsetpgrp" +PARALLEL_MAKE = "" + +#Kill symlink +do_install_append () { + mv ${D}${bindir}/zsh-${PV} ${D}${bindir}/zsh +} -- cgit 1.2.3-korg