diff options
Diffstat (limited to 'meta-oe/recipes-extended')
| -rw-r--r-- | meta-oe/recipes-extended/zsh/zsh.inc | 14 | ||||
| -rw-r--r-- | meta-oe/recipes-extended/zsh/zsh_5.0.0.bb | 5 | ||||
| -rw-r--r-- | meta-oe/recipes-extended/zsh/zsh_5.0.5.bb | 5 |
3 files changed, 13 insertions, 11 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 | ||
diff --git a/meta-oe/recipes-extended/zsh/zsh_5.0.0.bb b/meta-oe/recipes-extended/zsh/zsh_5.0.0.bb deleted file mode 100644 index 3421d950cf..0000000000 --- a/meta-oe/recipes-extended/zsh/zsh_5.0.0.bb +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | require zsh.inc | ||
| 2 | DEPENDS = "ncurses libcap libpcre gdbm groff-native" | ||
| 3 | |||
| 4 | SRC_URI[md5sum] = "01df38e4aa34aa227462fdf2f6d4c5cd" | ||
| 5 | SRC_URI[sha256sum] = "835194ea83abd812b5fdb1d2bfa6427c4c4e95e771c4a75e9006037af8efd264" | ||
diff --git a/meta-oe/recipes-extended/zsh/zsh_5.0.5.bb b/meta-oe/recipes-extended/zsh/zsh_5.0.5.bb new file mode 100644 index 0000000000..a7170dca87 --- /dev/null +++ b/meta-oe/recipes-extended/zsh/zsh_5.0.5.bb | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | require zsh.inc | ||
| 2 | DEPENDS += "libcap libpcre gdbm groff-native" | ||
| 3 | |||
| 4 | SRC_URI[md5sum] = "6fb0e3e52a0f8de5ca63138391b81ce0" | ||
| 5 | SRC_URI[sha256sum] = "b35cf19e4a6ba39fd03c6372b8a8760a491cc2e2e4aba3d15023ff291c2894b4" | ||
