freesmartphone: bump cornucopia, msmcomm, libfso-glib, fso-specs, libgisi SRCREV
[openembedded.git] / recipes / zsh / zsh_4.3.10.bb
blobb5f13d6ae25c1971d167d5722770f941fe8e9b68
1 DESCRIPTION = "The Zsh shell"
2 SECTION = "base/shell"
3 PRIORITY = "optional"
4 DEPENDS = "ncurses libpcre"
5 PR = "r2"
6 LICENSE = "zsh"
8 SRC_URI = "http://www.zsh.org/pub/zsh-${PV}.tar.bz2 \
11 inherit autotools
13 do_configure() {
14 oe_runconf
17 EXTRA_OECONF = "--with-term-lib="ncurses" --with-tcsetpgrp"
18 PARALLEL_MAKE = ""
20 #Kill symlink
21 do_install_append () {
22 mv ${D}${bindir}/zsh-${PV} ${D}${bindir}/zsh
25 SRC_URI[md5sum] = "74c5b275544400082a1cde806c98682a"
26 SRC_URI[sha256sum] = "63fdc0273eadbb42d164f38b0b79922c0b3df0e97084e746a318276d935a4f7c"