diff options
Diffstat (limited to 'meta-oe/recipes-extended/zsh/zsh.inc')
| -rw-r--r-- | meta-oe/recipes-extended/zsh/zsh.inc | 14 |
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 @@ | |||
| 1 | DESCRIPTION = "UNIX Shell similar to the Korn shell" | 1 | SUMMARY = "UNIX Shell similar to the Korn shell" |
| 2 | HOMEPAGE="http://www.zsh.org" | 2 | DESCRIPTION = "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." | ||
| 5 | HOMEPAGE = "http://www.zsh.org" | ||
| 3 | SECTION = "base/shell" | 6 | SECTION = "base/shell" |
| 4 | 7 | ||
| 5 | 8 | LICENSE = "zsh" | |
| 6 | LICENSE = "ZSH" | 9 | LIC_FILES_CHKSUM = "file://LICENCE;md5=b7bc853894664be455a922db9805288e" |
| 7 | LIC_FILES_CHKSUM = "file://LICENCE;md5=ad234d4b46db63491c4a9789da4fb341" | ||
| 8 | 10 | ||
| 9 | DEPENDS = "ncurses bison-native" | 11 | DEPENDS = "ncurses bison-native" |
| 10 | 12 | ||
| 11 | SRC_URI = "http://downloads.sourceforge.net/project/${BPN}/${BPN}/${PV}/${BPN}-${PV}.tar.gz" | 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz" |
| 12 | 14 | ||
| 13 | inherit autotools gettext update-alternatives | 15 | inherit autotools gettext update-alternatives |
| 14 | 16 | ||
