[oe-commits] David-John Willis : zsh: Add recipe for 4.3.10 (latest upstream).

git version control git at git.openembedded.org
Fri Dec 4 09:44:40 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c3316cf01d65cb6a41d43a878846ecbafa283685
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c3316cf01d65cb6a41d43a878846ecbafa283685

Author: David-John Willis <John.Willis at Distant-earth.com>
Date:   Mon Nov  9 07:51:58 2009 +0000

zsh: Add recipe for 4.3.10 (latest upstream).

* Checksum was already in OE.

---

 recipes/zsh/zsh_4.3.10.bb |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/recipes/zsh/zsh_4.3.10.bb b/recipes/zsh/zsh_4.3.10.bb
new file mode 100644
index 0000000..3935e1f
--- /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
+}





More information about the Openembedded-commits mailing list