aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zsh/zsh_4.3.10.bb
blob: b5f13d6ae25c1971d167d5722770f941fe8e9b68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
DESCRIPTION = "The Zsh shell"
SECTION = "base/shell"
PRIORITY = "optional"
DEPENDS = "ncurses libpcre"
PR = "r2"
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
}

SRC_URI[md5sum] = "74c5b275544400082a1cde806c98682a"
SRC_URI[sha256sum] = "63fdc0273eadbb42d164f38b0b79922c0b3df0e97084e746a318276d935a4f7c"