summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/zsh/zsh.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/zsh/zsh.inc')
-rw-r--r--meta-oe/recipes-extended/zsh/zsh.inc14
1 files changed, 8 insertions, 6 deletions
diff --git a/meta-oe/recipes-extended/zsh/zsh.inc b/meta-oe/recipes-extended/zsh/zsh.inc
index 03201d68cb..db51f39605 100644
--- a/meta-oe/recipes-extended/zsh/zsh.inc
+++ b/meta-oe/recipes-extended/zsh/zsh.inc
@@ -1,14 +1,16 @@
1DESCRIPTION = "UNIX Shell similar to the Korn shell" 1SUMMARY = "UNIX Shell similar to the Korn shell"
2HOMEPAGE="http://www.zsh.org" 2DESCRIPTION = "Zsh is a shell designed for interactive use, although it is also a \
3 powerful scripting language. Many of the useful features of bash, \
4 ksh, and tcsh were incorporated into zsh; many original features were added."
5HOMEPAGE = "http://www.zsh.org"
3SECTION = "base/shell" 6SECTION = "base/shell"
4 7
5 8LICENSE = "zsh"
6LICENSE = "ZSH" 9LIC_FILES_CHKSUM = "file://LICENCE;md5=b7bc853894664be455a922db9805288e"
7LIC_FILES_CHKSUM = "file://LICENCE;md5=ad234d4b46db63491c4a9789da4fb341"
8 10
9DEPENDS = "ncurses bison-native" 11DEPENDS = "ncurses bison-native"
10 12
11SRC_URI = "http://downloads.sourceforge.net/project/${BPN}/${BPN}/${PV}/${BPN}-${PV}.tar.gz" 13SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz"
12 14
13inherit autotools gettext update-alternatives 15inherit autotools gettext update-alternatives
14 16